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 the value of the product picker catalog.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ProductPickerCatalog As String
'Usage
Dim instance As Expression
Dim value As String
value = instance.ProductPickerCatalog
public string ProductPickerCatalog { get; }
public:
property String^ ProductPickerCatalog {
String^ get ();
}
public function get ProductPickerCatalog () : String
Property Value
Type: System..::.String
The product picker catalog of the current Expression object.
Remarks
The maximum length of a Product Picker Catalog is 128 characters.
You use the Product Picker to find and select the product or category to which you want to target a discount campaign.
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.