Selerix Developer Tools
IsEmployerRateCard Property (RateCard)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCard Class : IsEmployerRateCard Property
Gets or sets a value indicating whether this instance is employer rate card.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property IsEmployerRateCard As Boolean
'Usage
 
Dim instance As RateCard
Dim value As Boolean
 
instance.IsEmployerRateCard = value
 
value = instance.IsEmployerRateCard
[XmlAttribute()]
public bool IsEmployerRateCard {get; set;}
public read-write property IsEmployerRateCard: Boolean; 
XmlAttributeAttribute()
public function get,set IsEmployerRateCard : boolean
[XmlAttribute()]
public: __property bool get_IsEmployerRateCard();
public: __property void set_IsEmployerRateCard( 
   bool value
);
[XmlAttribute()]
public:
property bool IsEmployerRateCard {
   bool get();
   void set (    bool value);
}

Property Value

true if this instance is employer rate card; otherwise, false.
See Also

Reference

RateCard Class
RateCard Members