AutoaddressClient Constructor (String) |
Constructs AutoaddressClient with a licence key and the other configuration settings using defaults.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic AutoaddressClient(
string licenceKey
)
Public Sub New (
licenceKey As String
)
public:
AutoaddressClient(
String^ licenceKey
)
new :
licenceKey : string -> AutoaddressClient
Parameters
- licenceKey
- Type: SystemString
The licence key.
Exceptions
See Also