Click or drag to resize
CollectionElementNameValidatorInstance Property
Gets a pre-created instance of a CollectionElementNameValidator.

Namespace: MongoDB.Driver.Core.Operations.ElementNameValidators
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public static CollectionElementNameValidator Instance { get; }

Property Value

Type: CollectionElementNameValidator
The pre-created instance.
See Also