Partager via


Priority Property

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

Gets or sets the priority of the discount represented by this row.

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

Syntax

'Declaration
Public Property Priority As Integer
'Usage
Dim instance As DiscountPrioritySet..::.DiscountPriority
Dim value As Integer

value = instance.Priority

instance.Priority = value
public int Priority { get; set; }
public:
property int Priority {
    int get ();
    void set (int value);
}
public function get Priority () : int
public function set Priority (value : int)

Property Value

Type: System..::.Int32
The priority of the discount represented by this row.

Remarks

This property represents the "Priority" column of the "DiscountPriority" table.

Permissions

See Also

Reference

DiscountPrioritySet..::.DiscountPriority Class

DiscountPrioritySet..::.DiscountPriority Members

Microsoft.CommerceServer.Marketing Namespace