Enterprise Architect Add-in Framework Documentation

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

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

Syntax

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

Implements

PropertysubsettedProperties()()()()

See Also