Get the owner Asset object of this AssetMember

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IAsset Owner { get; }
Visual Basic
ReadOnly Property Owner As IAsset
	Get
Visual C++
property IAsset^ Owner {
	IAsset^ get ();
}

See Also