Order Property

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

Gets or sets the order that this field should appear in UI relative to other fields.

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

Syntax

'Declaration
Public Property Order As Short
'Usage
Dim instance As DisplayProperty
Dim value As Short

value = instance.Order

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

Property Value

Type: System..::.Int16
The order that this field should appear in UI relative to other fields. Default is 0.

Remarks

Provides for the order that this field should appear in UI relative to other fields

This property can be ignored if the Type property is set to NoUI.

Permissions

See Also

Reference

DisplayProperty Class

DisplayProperty Members

Microsoft.CommerceServer.Marketing Namespace