Share via


ProductPickerCategory Property

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

Gets the value of the product picker category.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property ProductPickerCategory As String
'Usage
Dim instance As Expression
Dim value As String

value = instance.ProductPickerCategory
public string ProductPickerCategory { get; }
public:
property String^ ProductPickerCategory {
    String^ get ();
}
public function get ProductPickerCategory () : String

Property Value

Type: System..::.String
The product picker category of the current Expression object.

Remarks

The maximum length of a Product Picker Category is 256 characters.

You use the Product Picker to find and select the product or category to which you want to target a discount campaign.

Permissions

See Also

Reference

Expression Class

Expression Members

Microsoft.CommerceServer.Marketing Namespace