Share via


LineItemCollection.SyncRoot Property (BCL)

The SyncRoot property is a read-only object that can be used to synchronize access to the collection.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property SyncRoot As System.Object

[C#]

public virtual System.Object SyncRoot{get;} 

Property Value

The object used to synchronize access to the collection.

Implements

System.Collection.ICollection

Remarks

This implementation always returns the current instance of the LineItemCollection object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.