Get the Owner AssetBinary of this Section.

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

Syntax

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

See Also