Gets/Sets the Minor version for the SimpleVersion.

C# | Visual Basic | Visual C++ |
public uint Minor { get; set; }
Public Property Minor As UInteger
public: property unsigned int Minor { unsigned int get (); void set (unsigned int value); }
C# | Visual Basic | Visual C++ |
public uint Minor { get; set; }
Public Property Minor As UInteger
public: property unsigned int Minor { unsigned int get (); void set (unsigned int value); }