Selerix Developer Tools
IsEmployerRatecard Property (RateCardFinder)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCardFinder Class : IsEmployerRatecard Property
Gets or sets a value indicating whether this instance is employer ratecard.
Syntax
'Declaration
 
Public Property IsEmployerRatecard As Boolean
'Usage
 
Dim instance As RateCardFinder
Dim value As Boolean
 
instance.IsEmployerRatecard = value
 
value = instance.IsEmployerRatecard
public bool IsEmployerRatecard {get; set;}
public read-write property IsEmployerRatecard: Boolean; 
public function get,set IsEmployerRatecard : boolean
public: __property bool get_IsEmployerRatecard();
public: __property void set_IsEmployerRatecard( 
   bool value
);
public:
property bool IsEmployerRatecard {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

RateCardFinder Class
RateCardFinder Members