Selerix Developer Tools
Tier Property (Rates)






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

Property Value

The tier.
See Also

Reference

Rates Class
Rates Members