Enterprise Architect Add-in Framework Documentation

[Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.AssociationEnd.redefinedProperties"]

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public HashSet<Property> redefinedProperties { get; set; }
Visual Basic
Public Property redefinedProperties As HashSet(Of Property)
	Get
	Set
Visual C++
public:
virtual property HashSet<Property^>^ redefinedProperties {
	HashSet<Property^>^ get () sealed;
	void set (HashSet<Property^>^ value) sealed;
}

Implements

PropertyredefinedProperties()()()()

See Also