Click or drag to resize
ConnectionDescriptionBuildInfoResult Property
Gets the buildInfo result.

Namespace: MongoDB.Driver.Core.Connections
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public BuildInfoResult BuildInfoResult { get; }

Property Value

Type: BuildInfoResult
The buildInfo result.
See Also