Click or drag to resize

BsonArray Properties

The BsonArray type exposes the following members.

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