Gets a value indicating whether access to the NameValueCollection is synchronized (thread-safe).

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual bool IsSynchronized { get; }
Visual Basic
Public Overridable ReadOnly Property IsSynchronized As Boolean
	Get

Property Value

Type: Boolean
true if access to the NameValueCollection is synchronized (thread-safe); otherwise, false. The default is false.

Implements

IStringStringCollection..::..IsSynchronized
ICollection..::..IsSynchronized

Remarks

Please refer to IsSynchronized for details.

See Also