LicenseMinorVersion Property |
Gets/set the minor version attribute of a license
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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:
Int32
See Also