Click or drag to resize
IDataComClientGetUser Method
Gets the Data.com user account information using the given credential.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
User GetUser(
	NetworkCredential userCredential
)

Parameters

userCredential
Type: System.NetNetworkCredential
The Data.com user credential.

Return Value

Type: User
The Data.com user account information.
See Also