SemanticVersion.Patch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The patch version, -1 if not specified.
public:
property int Patch { int get(); };
public:
property int Patch { int get(); };
public int Patch { get; }
member this.Patch : int
Public ReadOnly Property Patch As Integer