Gets an object that can be used to synchronize access
to the IStringStringCollection.
Namespace: CodeSmith.CustomPropertiesAssembly: 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: ObjectAn object that can be used to synchronize access to the IStringStringCollection.
Remarks
Please refer to SyncRoot for details.