Accusoft.FSInvoices1.Net
IndustryType Property (CompanyData)




Gets and sets the company industry type.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property IndustryType As String
'Usage
 
Dim instance As CompanyData
Dim value As String
 
instance.IndustryType = value
 
value = instance.IndustryType
[DataMemberAttribute()]
public string IndustryType {get; set;}
[DataMemberAttribute()]
public: __property string* get_IndustryType();
public: __property void set_IndustryType( 
   string* value
);
[DataMemberAttribute()]
public:
property String^ IndustryType {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

CompanyData Class
CompanyData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback