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
- 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.