EmployeeSSN
Syntax
'Declaration
Public Property EmployeeSSN As String
'Usage
Dim instance As WorkHistoryEntry
Dim value As String
instance.EmployeeSSN = value
value = instance.EmployeeSSN
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
);
public:
property String^ EmployeeSSN {
String^ get();
void set ( String^ value);
}
See Also