FilterElementCollection.IsReadOnly Method

Definition

Gets a value that indicates whether the element is read-only.

public:
 override bool IsReadOnly();
public override bool IsReadOnly ();
override this.IsReadOnly : unit -> bool
Public Overrides Function IsReadOnly () As Boolean

Returns

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

Applies to