If an application also include a UA server the the type needs to be set to ApplicationType.ClientAndServer.
The defined type must atch the type defined in the configuration file.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UaClient Dim value As ApplicationType instance.applicationType = value value = instance.applicationType | |
| C# | |
|---|---|
public ApplicationType applicationType {get; set;} | |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x