Share via


Attributes Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the profile property attributes collection.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As ProfilePropertyAttributeCollection
'Usage
Dim instance As ProfileProperty
Dim value As ProfilePropertyAttributeCollection

value = instance.Attributes
public ProfilePropertyAttributeCollection Attributes { get; }
public:
property ProfilePropertyAttributeCollection^ Attributes {
    ProfilePropertyAttributeCollection^ get ();
}
public function get Attributes () : ProfilePropertyAttributeCollection

Property Value

Type: Microsoft.CommerceServer.Runtime.Profiles..::.ProfilePropertyAttributeCollection
The ProfilePropertyAttributeCollection containing all of the profile attributes.

Remarks

Retrieves the profile property attributes collection.

Permissions

See Also

Reference

ProfileProperty Class

ProfileProperty Members

Microsoft.CommerceServer.Runtime.Profiles Namespace