Property IsReadOnly
- Namespace
 - MongoDB.Bson.Serialization
 
- Assembly
 - MongoDB.Bson.dll
 
IsReadOnly
Gets whether the member is readonly.
public bool IsReadOnly { get; }
Property Value
Remarks
Readonly indicates that the member is written to the database, but not read from the database.