IsReadOnly

BehaviorPropertyCollection.IsReadOnly property

Gets a value indicating whether the ICollection is read-only. Read-only Boolean.

public bool IsReadOnly { get; }

Return Value

true if the ICollection is read-only; otherwise, false.

See Also