Selerix Developer Tools
Order Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Presentation Class : Order Property
Gets or sets the order.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property Order As Integer
'Usage
 
Dim instance As Presentation
Dim value As Integer
 
instance.Order = value
 
value = instance.Order
[XmlAttribute()]
public virtual int Order {get; set;}
public read-write property Order: Integer; virtual; 
XmlAttributeAttribute()
public function get,set Order : int
[XmlAttribute()]
public: __property virtual int get_Order();
public: __property virtual void set_Order( 
   int value
);
[XmlAttribute()]
public:
virtual property int Order {
   int get();
   void set (    int value);
}

Property Value

The order.
See Also

Reference

Presentation Class
Presentation Members