Share via


DiscountPriorities Property

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

Gets the DiscountPrioritySet..::.DiscountPrioritiesDataTable table of this DataSet.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DiscountPriorities As DiscountPrioritySet..::.DiscountPrioritiesDataTable
'Usage
Dim instance As DiscountPrioritySet
Dim value As DiscountPrioritySet..::.DiscountPrioritiesDataTable

value = instance.DiscountPriorities
[BrowsableAttribute(false)]
public DiscountPrioritySet..::.DiscountPrioritiesDataTable DiscountPriorities { get; }
[BrowsableAttribute(false)]
public:
property DiscountPrioritySet..::.DiscountPrioritiesDataTable^ DiscountPriorities {
    DiscountPrioritySet..::.DiscountPrioritiesDataTable^ get ();
}
public function get DiscountPriorities () : DiscountPrioritySet..::.DiscountPrioritiesDataTable

Property Value

Type: Microsoft.CommerceServer.Marketing..::.DiscountPrioritySet..::.DiscountPrioritiesDataTable
Returns the strongly typed DiscountPrioritySet..::.DiscountPrioritiesDataTable wrapper for the "DiscountPriority" table.

Remarks

The discount priority determines when the discount should be applied to a product relative to other discounts that apply to a product. Discounts are applied from the lowest numerical number to the highest. For example, a discount with a priority of 10 is applied before a discount with a priority of 20. This is true even if the discounts apply to the same award item.

Permissions

See Also

Reference

DiscountPrioritySet Class

DiscountPrioritySet Members

Microsoft.CommerceServer.Marketing Namespace