  | AddressMiniOccupation Property  | 
 
            Gets or sets the occupation in a work address.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Occupation { get; set; }Public Property Occupation As String
	Get
	Set
public:
property String^ Occupation {
	String^ get ();
	void set (String^ value);
}function get Occupation () : String
function set Occupation (value : String)
function get_Occupation();
function set_Occupation(value);
Property Value
Type: 
StringThe occupation in a work address.
See Also