Gets or sets the employer.
Syntax
'Declaration
Public Overridable Property Employer As String
'Usage
Dim instance As Employment
Dim value As String
instance.Employer = value
value = instance.Employer
public virtual string Employer {get; set;}
public read-write property Employer: String; virtual;
public function get,set Employer : String
public: __property virtual string* get_Employer();
public: __property virtual void set_Employer(
string* value
);
public:
virtual property String^ Employer {
String^ get();
void set ( String^ value);
}
Property Value
The employer.
See Also