'Declaration ReadOnly Property IndustryType As String
'Usage Dim instance As ICompanyData Dim value As String value = instance.IndustryType
string IndustryType {get;}
__property string* get_IndustryType();
'Declaration ReadOnly Property IndustryType As String
'Usage Dim instance As ICompanyData Dim value As String value = instance.IndustryType
string IndustryType {get;}
__property string* get_IndustryType();