Get the maximum number of versions allowed for Asset.

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

Syntax

C#
int MaxNumberOfVersions { get; }
Visual Basic
ReadOnly Property MaxNumberOfVersions As Integer
	Get
Visual C++
property int MaxNumberOfVersions {
	int get ();
}

See Also