VerUtilVersionReleaseLabel Class
A release label from a «see T:WixToolset.Mba.Core.VerUtilVersion» .
Properties
Section titled “Properties”| Property | Description |
|---|---|
| IsNumeric | Whether the label was parsed as a number. |
| Label | The string version of the label. |
| Value | If «see P:WixToolset.Mba.Core.VerUtilVersionReleaseLabel.IsNumeric» then the value that was parsed. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
IsNumeric Property
Section titled “IsNumeric Property”Whether the label was parsed as a number.
Declaration
Section titled “Declaration”public bool IsNumeric { get; set; }Label Property
Section titled “Label Property”The string version of the label.
Declaration
Section titled “Declaration”public string Label { get; set; }Value Property
Section titled “Value Property”If «see P:WixToolset.Mba.Core.VerUtilVersionReleaseLabel.IsNumeric» then the value that was parsed.
Declaration
Section titled “Declaration”public System.UInt32 Value { get; set; }