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.6+73c897383236ddbbbc6ba257634013c1269ceec2
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; }