AttributeCompanyValue.Company Property
Public Property Company() As CompanyInfo
This language is not supported or no code example is available.
public CompanyInfo Company {get; set;}
This language is not supported or no code example is available.
public:
property CompanyInfo^ Company {
CompanyInfo^ get( );
void set(
CompanyInfo^ value
);
}
This language is not supported or no code example is available.
public function get Company() : CompanyInfo;
public function set Company(value : CompanyInfo);
This language is not supported or no code example is available.