ProfilePropertyGroupCollection.Count Property (BCL)

The Count property returns the count of this collection.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property Count As System.Int32

[C#]

public virtual System.Int32 Count{get;} 

Implements

System.Collections.ICollection

Property Value

A System.Int32 indicating the number of ProfilePropertyGroup objects in the collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Create and Set Profile Properties

Code to Retrieve and Display Profile Properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.