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 property of subclasses or BsonTypeMapper.MapToDotNetValue instead.")]
public virtual object RawValue { get; }

Property Value

object