SemanticVersionMinor Property |
Gets the minor version.
Namespace: MongoDB.Driver.Core.MiscAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic int Minor { get; }
Public ReadOnly Property Minor As Integer
Get
member Minor : int with get
Property Value
Type:
Int32
The minor version.
See Also