Get the type of the owner object of this Asset

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

Syntax

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

See Also