LicenseMajorVersion Property |
Gets/set the major version attribute of a license
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public int MajorVersion { get; set; }
Public Property MajorVersion As Integer
Get
Set
public:
property int MajorVersion {
int get ();
void set (int value);
}
member MajorVersion : int with get, set
Property Value
Type:
Int32See Also