BsonValueIsBsonTimestamp Property |
Tests whether this BsonValue is a BsonTimestamp.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public bool IsBsonTimestamp { get; }
Public ReadOnly Property IsBsonTimestamp As Boolean
Get
member IsBsonTimestamp : bool with get
Property Value
Type:
BooleanSee Also