Click or drag to resize
UserCredential Constructor (String, String, String)
Constructor of UserCredential with Username, Password and Domain.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public UserCredential(
	string sUsername,
	string sPassword,
	string sDomain
)

Parameters

sUsername
Type: SystemString
sPassword
Type: SystemString
sDomain
Type: SystemString
Remarks
Use empty string if parameter is not applicable or not available.
See Also