Set 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#
IBaseObject Owner { set; }
Visual Basic
WriteOnly Property Owner As IBaseObject
	Set
Visual C++
property IBaseObject^ Owner {
	void set (IBaseObject^ value);
}

See Also