Property RawValue NamespaceMongoDB.Bson AssemblyMongoDB.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