BsonBinaryData.RawValue Property (original) (raw)
BsonBinaryDataRawValue Property
Note: This API is now obsolete.
Gets the BsonBinaryData as a Guid if the subtype is UuidStandard or UuidLegacy, otherwise null.
Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
[ObsoleteAttribute("Use Value instead.")] public override Object RawValue { get; }
<ObsoleteAttribute("Use Value instead.")> Public Overrides ReadOnly Property RawValue As Object Get
[<ObsoleteAttribute("Use Value instead.")>] abstract RawValue : Object with get [<ObsoleteAttribute("Use Value instead.")>] override RawValue : Object with get
Property Value
Type: Object
See Also