public string EmployeeSSN {get; set;}
public read-write property EmployeeSSN: String;
public function get,set EmployeeSSN : String
public: __property string* get_EmployeeSSN(); public: __property void set_EmployeeSSN( string* value );
'Declaration
Public Property EmployeeSSN As String
'Usage
Dim instance As WorkHistoryEntry Dim value As String instance.EmployeeSSN = value value = instance.EmployeeSSN