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.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; }