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