MongoServerBuildInfo Constructor |
Creates a new instance of MongoServerBuildInfo.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public MongoServerBuildInfo(
string versionString
)
Public Sub New (
versionString As String
)
new :
versionString : string -> MongoServerBuildInfo
Parameters
- versionString
- Type: SystemString
The version string.
See Also