Get all available version numbers

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

Syntax

C#
int[] Versions { get; }
Visual Basic
ReadOnly Property Versions As Integer()
	Get
Visual C++
property array<int>^ Versions {
	array<int>^ get ();
}

See Also