Selerix Developer Tools
PayrollCode Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayHistoryEntry Class : PayrollCode Property
Gets or sets the payroll code.
Syntax
'Declaration
 
Public Property PayrollCode As String
'Usage
 
Dim instance As PayHistoryEntry
Dim value As String
 
instance.PayrollCode = value
 
value = instance.PayrollCode
public string PayrollCode {get; set;}
public read-write property PayrollCode: String; 
public function get,set PayrollCode : String
public: __property string* get_PayrollCode();
public: __property void set_PayrollCode( 
   string* value
);
public:
property String^ PayrollCode {
   String^ get();
   void set (    String^ value);
}

Property Value

The payroll code.
See Also

Reference

PayHistoryEntry Class
PayHistoryEntry Members