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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.