RegularExpressionJsonToken Properties | 
The RegularExpressionJsonToken type exposes the following members.
| Name | Description | |
|---|---|---|
| DateTimeValue | 
            Gets the value of a DateTime token.
              (Inherited from JsonToken.) | |
| DoubleValue | 
            Gets the value of a Double token.
              (Inherited from JsonToken.) | |
| Int32Value | 
            Gets the value of an Int32 token.
              (Inherited from JsonToken.) | |
| Int64Value | 
            Gets the value of an Int64 token.
              (Inherited from JsonToken.) | |
| IsNumber | 
            Gets a value indicating whether this token is number.
              (Inherited from JsonToken.) | |
| Lexeme | 
            Gets the lexeme.
              (Inherited from JsonToken.) | |
| ObjectIdValue | 
            Gets the value of an ObjectId token.
              (Inherited from JsonToken.) | |
| RegularExpressionValue | 
            Gets the value of a regular expression token.
              (Overrides JsonTokenRegularExpressionValue.) | |
| StringValue | 
            Gets the value of a string token.
              (Inherited from JsonToken.) | |
| Type | 
            Gets the token type.
              (Inherited from JsonToken.) |