Account Constructor (String, String, String) |
Account constructor.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
Displayed name of the account. - userName
- Type: SystemString
Username of the account. - domain
- Type: SystemString
Domain where the account is registered to. Domain has to contain the IP address and port in IP:PORT format.
See Also