Share via


DiscountPrioritySet.DiscountPriority Class

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

The strongly typed DataRow that provides access to the rows of a DiscountPrioritySet.

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

Syntax

'Declaration
Public Class DiscountPriority _
    Inherits DataRow
'Usage
Dim instance As DiscountPrioritySet.DiscountPriority
public class DiscountPriority : DataRow
public ref class DiscountPriority : public DataRow
public class DiscountPriority extends DataRow

Remarks

This class cannot be publicly created. Is must be accessed or created through the DiscountPrioritySet..::.DiscountPrioritiesDataTable class.

Inheritance Hierarchy

System..::.Object
  System.Data..::.DataRow
    Microsoft.CommerceServer.Marketing..::.DiscountPrioritySet..::.DiscountPriority

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DiscountPrioritySet..::.DiscountPriority Members

Microsoft.CommerceServer.Marketing Namespace