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