|
BroRecordIsReadOnly Property |
Gets a value indicating whether this
BroRecord is read-only.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
/** @property */
public final boolean get_IsReadOnly()
function get_IsReadOnly();
Return Value
Type:
Booleantrue if this
BroRecord is read-only; otherwise,
false.
Implements
ICollectionTIsReadOnlyRemarks See Also