FeatureFirstSupportedVersion Property |
Gets the first server version that supports the feature.
Namespace: MongoDB.Driver.Core.MiscAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public SemanticVersion FirstSupportedVersion { get; }
Public ReadOnly Property FirstSupportedVersion As SemanticVersion
Get
member FirstSupportedVersion : SemanticVersion with get
Property Value
Type:
SemanticVersionSee Also