Set the Owner Object of this Asset
Namespace: Cartella.InterfacesAssembly: 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); } |