Click or drag to resize

BsonValue Properties

The BsonValue type exposes the following members.

Properties
 NameDescription
Public propertyAsArray 
Public propertyAsBinary 
Public propertyAsBoolean 
Public propertyAsDateTime 
Public propertyAsDecimal 
Public propertyAsDocument 
Public propertyAsDouble 
Public propertyAsGuid 
Public propertyAsInt32 
Public propertyAsInt64 
Public propertyAsObjectId 
Public propertyAsString 
Public propertyIsArray 
Public propertyIsBinary 
Public propertyIsBoolean 
Public propertyIsDateTime 
Public propertyIsDecimal 
Public propertyIsDocument 
Public propertyIsDouble 
Public propertyIsGuid 
Public propertyIsInt32 
Public propertyIsInt64 
Public propertyIsMaxValue 
Public propertyIsMinValue 
Public propertyIsNull 
Public propertyIsNumber 
Public propertyIsObjectId 
Public propertyIsString 
Public propertyItemInt32 Get/Set value in array position. Works only when value are array
Public propertyItemString Get/Set a field for document. Fields are case sensitive - Works only when value are document
Public propertyRawValue Get internal .NET value object
Public propertyType Indicate BsonType of this BsonValue
Top
See Also