Get the ID 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#
string OwnerObjectID { get; }
Visual Basic
ReadOnly Property OwnerObjectID As String
	Get
Visual C++
property String^ OwnerObjectID {
	String^ get ();
}

See Also