Enterprise Architect Add-in Framework Documentation

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

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

Syntax

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

See Also