ProfileCollection.SyncRoot Property (BCL)

Use the SyncRoot property to retrieve the object for synchronizing operations on this 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 for synchronized access to the collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.