Table of Contents

Property RawValue

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

RawValue

Gets the raw value of this BsonValue (or null if this BsonValue doesn't have a single scalar value).

[Obsolete("Use Value instead.")]
public override object RawValue { get; }

Property Value

object