RawBsonArrayIsReadOnly Property |
Gets whether the array is read-only.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
Type:
BooleanImplements
ICollectionTIsReadOnlySee Also