Get the Current Version AssetBinary instance

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

Syntax

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

See Also