Returns a version of the server where the feature is or is not supported.
Namespace:
MongoDB.Driver.Core.Misc
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic SemanticVersion SupportedOrNotSupportedVersion(
bool isSupported
)
Public Function SupportedOrNotSupportedVersion (
isSupported As Boolean
) As SemanticVersion
member SupportedOrNotSupportedVersion :
isSupported : bool -> SemanticVersion
Parameters
- isSupported
- Type: SystemBoolean
Whether the feature is supported or not.
Return Value
Type:
SemanticVersionA version of the server where the feature is or is not supported.
See Also