IElementNameValidatorGetValidatorForChildContent Method |
Gets the validator to use for child content (a nested document or array).
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax IElementNameValidator GetValidatorForChildContent(
string elementName
)
Function GetValidatorForChildContent (
elementName As String
) As IElementNameValidator
abstract GetValidatorForChildContent :
elementName : string -> IElementNameValidator
Parameters
- elementName
- Type: SystemString
The name of the element.
Return Value
Type:
IElementNameValidatorThe validator to use for child content.
See Also