Click or drag to resize

StringOrRegularExpression Properties

The StringOrRegularExpression type exposes the following members.

Properties
  NameDescription
Public propertyRegularExpression
Gets the BsonRegularExpression value (returns null if value is not a BsonRegularExpression).
Public propertyString
Gets the string value (returns null if value is not a string).
Public propertyType
Gets the type of the value.
Top
See Also