CreateCollectionOptionsValidationLevel Property |
Gets or sets the validation level.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Nullable<DocumentValidationLevel> ValidationLevel { get; set; }
Public Property ValidationLevel As Nullable(Of DocumentValidationLevel)
Get
Set
member ValidationLevel : Nullable<DocumentValidationLevel> with get, set
Property Value
Type:
NullableDocumentValidationLevel
The validation level.
See Also