Gets a value indicating whether access to the NameValueCollection
is synchronized (thread-safe).
Namespace: CodeSmith.CustomPropertiesAssembly: 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: Booleantrue if access to the NameValueCollection is synchronized (thread-safe); otherwise, false. The default is false.
Implements
IStringStringCollection..::..IsSynchronizedICollection..::..IsSynchronized
Remarks
Please refer to IsSynchronized for details.