| UserCredential Constructor (String, String) |
Constructor of UserCredential with Username and Password.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic UserCredential(
string sUsername,
string sPassword
)
Parameters
- sUsername
- Type: SystemString
- sPassword
- Type: SystemString
See Also