Gets a value indicating whether access to the IStringStringCollection 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#
bool IsSynchronized { get; }
Visual Basic
ReadOnly Property IsSynchronized As Boolean
	Get

Property Value

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

Remarks

Please refer to IsSynchronized for details.

See Also