Click or drag to resize

ObjectIdJsonToken Properties

The ObjectIdJsonToken type exposes the following members.

Properties
  NameDescription
Public propertyDateTimeValue
Gets the value of a DateTime token.
(Inherited from JsonToken.)
Public propertyDoubleValue
Gets the value of a Double token.
(Inherited from JsonToken.)
Public propertyInt32Value
Gets the value of an Int32 token.
(Inherited from JsonToken.)
Public propertyInt64Value
Gets the value of an Int64 token.
(Inherited from JsonToken.)
Public propertyIsNumber
Gets a value indicating whether this token is number.
(Inherited from JsonToken.)
Public propertyLexeme
Gets the lexeme.
(Inherited from JsonToken.)
Public propertyObjectIdValue
Gets the value of an ObjectId token.
(Overrides JsonTokenObjectIdValue.)
Public propertyRegularExpressionValue
Gets the value of a regular expression token.
(Inherited from JsonToken.)
Public propertyStringValue
Gets the value of a string token.
(Inherited from JsonToken.)
Public propertyType
Gets the token type.
(Inherited from JsonToken.)
Top
See Also