Get the AssetBinary of the given version

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

Syntax

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

See Also