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 PromoCodeStringCollection.
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 PromoCodeStringCollection
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
The object used to synchronize access to the PromoCodeStringCollection. The current Commerce Server implementation returns the current PromoCodeStringCollection.
Implements
Remarks
The object used to synchronize access to the PromoCodeStringCollection. The current Commerce Server implementation returns the current PromoCodeStringCollection.
For more information on the SyncRoot property, see the SyncRoot property of the System.Collections.ICollection interface.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PromoCodeStringCollection Class