Edit

Share via


NameValueCollection.IsSynchronized Property

Definition

Determines whether access to the collection is synchronized.

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

Property Value

Is true if the access to the collection is synchronized; otherwise, false.

Implements

Applies to