[This is preliminary documentation and is subject to change.]
Provides BSON classification of data type
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract BSONElementType ElementType { get; }
public abstract BSONElementType ElementType { get; }
Public MustOverride ReadOnly Property ElementType As BSONElementType
Get
Public MustOverride ReadOnly Property ElementType As BSONElementType
Get
public:
virtual property BSONElementType ElementType {
BSONElementType get () abstract;
}
public:
virtual property BSONElementType ElementType {
BSONElementType get () abstract;
}
abstract ElementType : BSONElementType with get
abstract ElementType : BSONElementType with get
Property Value
Type:
BSONElementType