ClickRequired Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the flag indicating that a user must click the advertisement associated with this discount to be eligible for the discount.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property ClickRequired As Boolean
'Usage
Dim instance As Discount
Dim value As Boolean
value = instance.ClickRequired
instance.ClickRequired = value
public bool ClickRequired { get; set; }
public:
property bool ClickRequired {
bool get ();
void set (bool value);
}
public function get ClickRequired () : boolean
public function set ClickRequired (value : boolean)
Property Value
Type: System..::.Boolean
true if a user must click on the advertisement associated with this discount to be eligible for the discount; otherwise, false. The default is false.
Remarks
Click required discounts apply only when the user clicks on the discount. If the click required discount property is true, the user must click on the advertisement associated with the discount to be eligible for the discount. This property links the advertising and merchandising features of your business.
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.