Gets an object that can be used to synchronize access to the IStringStringCollection.

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

Syntax

C#
Object SyncRoot { get; }
Visual Basic
ReadOnly Property SyncRoot As Object
	Get

Property Value

Type: Object
An object that can be used to synchronize access to the IStringStringCollection.

Remarks

Please refer to SyncRoot for details.

See Also