Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets an object used to retrieve profile definitions and site terms.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ProfileDefinitions As ProfileDefinitionReader
'Usage
Dim instance As MarketingContext
Dim value As ProfileDefinitionReader
value = instance.ProfileDefinitions
public ProfileDefinitionReader ProfileDefinitions { get; }
public:
property ProfileDefinitionReader^ ProfileDefinitions {
ProfileDefinitionReader^ get ();
}
public function get ProfileDefinitions () : ProfileDefinitionReader
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ProfileDefinitionReader
An object that can be used to retrieve profile definitions and site terms.
Remarks
The retrieved ProfileDefinitionReader contains the details for profile definitions and site terms.
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.