ProfileCollection.IsSynchronized Property (BCL)

The IsSynchronized property indicates whether this collection supports synchronization.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property IsSynchronized As System.Boolean

[C#]

public virtual System.Boolean IsSynchronized{get;} 

Property Value

A Boolean indicating whether access to the collection is synchronized.

Implements

System.Collections.ICollection

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.