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 actual priority level specified.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ActualValue As Integer
'Usage
Dim instance As DiscountPrioritizationException
Dim value As Integer
value = instance.ActualValue
public int ActualValue { get; }
public:
property int ActualValue {
int get ();
}
public function get ActualValue () : int
Property Value
Type: System..::.Int32
The actual 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
- 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.
See Also
Reference
DiscountPrioritizationException Class