Account(String, String, String) Constructor |
Account constructor.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Account(
string displayName,
string userName,
string domain
)
Public Sub New (
displayName As String,
userName As String,
domain As String
)
public:
Account(
String^ displayName,
String^ userName,
String^ domain
)
new :
displayName : string *
userName : string *
domain : string -> Account
Parameters
- displayName String
- Displayed name of the account.
- userName String
- Username of the account.
- domain String
- Domain where the account is registered to. Domain has to contain the IP address and port in IP:PORT format.
See Also