Click or drag to resize
BroccoliSharp BroRecordIsReadOnly Property
Gets a value indicating whether this BroRecord is read-only.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool IsReadOnly { get; }

Return Value

Type: Boolean
true if this BroRecord is read-only; otherwise, false.

Implements

ICollectionTIsReadOnly
Remarks
This always returns false for a BroRecord.
See Also