Share via


TargetingProfileCollection.SyncRoot Property (BCL)

The SyncRoot property is a read-only object that can be used for synchronized 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 that can be used for synchronized access to the collection.

Implements

System.Collections.ICollection

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.