  | AddressMiniIndustry Property  | 
 
            Gets or sets the industry 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 Industry { get; set; }Public Property Industry As String
	Get
	Set
public:
property String^ Industry {
	String^ get ();
	void set (String^ value);
}function get Industry () : String
function set Industry (value : String)
function get_Industry();
function set_Industry(value);
Property Value
Type: 
StringThe industry in a work address.
See Also