| DataComClientGetCompany Method  | 
            Searches Data.com for a company with the specified identifier and returns the result.
            
 
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntaxpublic Company GetCompany(
	long companyId
)
Parameters
- companyId
 - Type: SystemInt64
The identifier of a company in Data.com. 
Return Value
Type: 
CompanyThe company with the specified identifier, if the company is found; otherwise, null.
Implements
IDataComClientGetCompany(Int64)
See Also