Selerix Developer Tools
Tier Property (RateItem)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateItem Class : Tier Property
Gets or sets the tier.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Tier As Tier
'Usage
 
Dim instance As RateItem
Dim value As Tier
 
instance.Tier = value
 
value = instance.Tier
[XmlIgnore()]
public Tier Tier {get; set;}
public read-write property Tier: Tier; 
XmlIgnoreAttribute()
public function get,set Tier : Tier
[XmlIgnore()]
public: __property Tier get_Tier();
public: __property void set_Tier( 
   Tier value
);
[XmlIgnore()]
public:
property Tier Tier {
   Tier get();
   void set (    Tier value);
}

Property Value

The tier.
See Also

Reference

RateItem Class
RateItem Members