Table of Contents

Property AsNullableGuid

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

AsNullableGuid

Casts the BsonValue to a Nullable{Guid} (throws an InvalidCastException if the cast is not valid).

public Guid? AsNullableGuid { get; }

Property Value

Guid?