Share via


SyncRoot Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets an object that can be used for synchronized access to the CommerceResourceCollection.

Namespace:  Microsoft.CommerceServer.Runtime.Configuration
Assembly:  Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object
'Usage
Dim instance As CommerceResourceCollection
Dim value As Object

value = instance.SyncRoot
public Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
    Object^ get () sealed;
}
public final function get SyncRoot () : Object

Property Value

Type: System..::.Object
An object that can be used for synchronized access to the CommerceResourceCollection.

Implements

ICollection..::.SyncRoot

Remarks

The object returned in this implementation is the CommerceResourceCollection object.

Permissions

See Also

Reference

CommerceResourceCollection Class

CommerceResourceCollection Members

Microsoft.CommerceServer.Runtime.Configuration Namespace