MaxValue Property

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

Gets the maximum priority level allowed.

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

Syntax

'Declaration
Public ReadOnly Property MaxValue As Integer
'Usage
Dim instance As DiscountPrioritizationException
Dim value As Integer

value = instance.MaxValue
public int MaxValue { get; }
public:
property int MaxValue {
    int get ();
}
public function get MaxValue () : int

Property Value

Type: System..::.Int32
The maximum priority level of the Discount.

Remarks

Priority values for individual discount prioritization cannot be greater than the maximum priority in the system plus one (max(priority) + 1)

Permissions

See Also

Reference

DiscountPrioritizationException Class

DiscountPrioritizationException Members

Microsoft.CommerceServer.Marketing Namespace