Get the AssetSystemManager that created this object.

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

Syntax

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

See Also