Share via


SyncRoot Property

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

Gets the object used to synchronize access to the DiscountApplicationRecordCollection.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object
'Usage
Dim instance As DiscountApplicationRecordCollection
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 DiscountApplicationRecordCollection.

Implements

ICollection..::.SyncRoot

Remarks

For more information on the SyncRoot property, see the ICollection.SyncRoot property of the System.Collections.ICollection interface.

The object returned in this implementation is the DiscountApplicationRecordCollection object.

Permissions

See Also

Reference

DiscountApplicationRecordCollection Class

DiscountApplicationRecordCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace