XmlnsDictionary.IsSynchronized Property

Definition

Gets a value that indicates whether access to this XmlnsDictionary is thread safe.

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

Property Value

true if access to this dictionary is thread-safe; otherwise, false.

Implements

Applies to