VerUtilVersionReleaseLabel Class
A release label from a «see T:WixToolset.Mba.Core.VerUtilVersion» .
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
Whether the label was parsed as a number.
Declaration
public bool IsNumeric { get; set; }Label Property
The string version of the label.
Declaration
public string Label { get; set; }Value Property
If «see P:WixToolset.Mba.Core.VerUtilVersionReleaseLabel.IsNumeric» then the value that was parsed.
Declaration
public System.UInt32 Value { get; set; }