Class BsonProperty
Inheritance
System.Object
BsonProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Bson
Assembly: Bayat.Json.Runtime.dll
Syntax
public class BsonProperty
Properties
| Improve this Doc View SourceName
Declaration
public BsonString Name { get; set; }
Property Value
Type | Description |
---|---|
BsonString |
Value
Declaration
public BsonToken Value { get; set; }
Property Value
Type | Description |
---|---|
BsonToken |