Accusoft.FSInvoices1.Net - Updated
CompanyNameAliases Property (ICompanyData)




Accusoft.FSInvoices Namespace > ICompanyData Interface : CompanyNameAliases Property
Gets the list of names by which the company is known.
Syntax
'Declaration
 
ReadOnly Property CompanyNameAliases As IEnumerable(Of String)
'Usage
 
Dim instance As ICompanyData
Dim value As IEnumerable(Of String)
 
value = instance.CompanyNameAliases
IEnumerable<string> CompanyNameAliases {get;}
__property IEnumerable<string*>* get_CompanyNameAliases();
property IEnumerable<String^>^ CompanyNameAliases {
   IEnumerable<String^>^ get();
}
See Also

Reference

ICompanyData Interface
ICompanyData Members