Selerix Developer Tools
PayType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayHistoryEntry Class : PayType Property
Wage Type
Syntax
'Declaration
 
Public Property PayType As PayHistoryWageType
'Usage
 
Dim instance As PayHistoryEntry
Dim value As PayHistoryWageType
 
instance.PayType = value
 
value = instance.PayType
public PayHistoryWageType PayType {get; set;}
public read-write property PayType: PayHistoryWageType; 
public function get,set PayType : PayHistoryWageType
public: __property PayHistoryWageType get_PayType();
public: __property void set_PayType( 
   PayHistoryWageType value
);
public:
property PayHistoryWageType PayType {
   PayHistoryWageType get();
   void set (    PayHistoryWageType value);
}
See Also

Reference

PayHistoryEntry Class
PayHistoryEntry Members