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