SerializerHelper.Member.Flag Property (original) (raw)
MongoDB .NET Driver API Documentation
SerializerHelperMemberFlag Property
Gets the flag.
Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public long Flag { get; }
Public ReadOnly Property Flag As Long Get
member Flag : int64 with get
Property Value
Type: Int64
The flag.
See Also