XmlnsDictionary.IsReadOnly Property

Definition

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

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

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

Implements

Remarks

The XmlnsDictionary is read-only after Seal is called.

Applies to