Skip to main content

VerUtilVersionReleaseLabel Class

A release label from a «see T:WixToolset.Mba.Core.VerUtilVersion» .

Properties

PropertyDescription
IsNumericWhether the label was parsed as a number.
LabelThe string version of the label.
ValueIf «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; }