ConnectionDescriptionBuildInfoResult Property |
Gets the buildInfo result.
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax public BuildInfoResult BuildInfoResult { get; }
Public ReadOnly Property BuildInfoResult As BuildInfoResult
Get
member BuildInfoResult : BuildInfoResult with get
Property Value
Type:
BuildInfoResult
The buildInfo result.
See Also