ProfilePropertyGroup.Properties Property (BCL)

The Properties property retrieves the property collection on this property group.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property Properties As ProfilePropertyCollection

[C#]

public virtual ProfilePropertyCollection Properties{get;} 

Property Value

The ProfilePropertyCollection object.

Implements

IProfileElements

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.