| Int32JsonToken Properties | 
The Int32JsonToken type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DateTimeValue | 
            Gets the value of a DateTime token.
            (Inherited from JsonToken.) | 
|  | DoubleValue | 
            Gets the value of a Double token.
            (Overrides JsonTokenDoubleValue.) | 
|  | Int32Value | 
            Gets the value of an Int32 token.
            (Overrides JsonTokenInt32Value.) | 
|  | Int64Value | 
            Gets the value of an Int32 token as an Int64.
            (Overrides JsonTokenInt64Value.) | 
|  | IsNumber | 
            Gets a value indicating whether this token is number.
            (Overrides JsonTokenIsNumber.) | 
|  | 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.
            (Inherited from JsonToken.) | 
|  | StringValue | 
            Gets the value of a string token.
            (Inherited from JsonToken.) | 
|  | Type | 
            Gets the token type.
            (Inherited from JsonToken.) | 
 See Also
See Also