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 );
'Declaration
Public Property PayrollCode As String
'Usage
Dim instance As PayHistoryEntry Dim value As String instance.PayrollCode = value value = instance.PayrollCode