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 manage Customer entities.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Customers As CustomerManager
'Usage
Dim instance As MarketingContext
Dim value As CustomerManager
value = instance.Customers
public CustomerManager Customers { get; }
public:
property CustomerManager^ Customers {
CustomerManager^ get ();
}
public function get Customers () : CustomerManager
Property Value
Type: Microsoft.CommerceServer.Marketing..::.CustomerManager
An object used to manage Customer objects.
Remarks
The returned CustomerManager manages storage and retrieval of Customer objects.
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.