EasyUA Reference
applicationType Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaClient Class : applicationType Property

Glossary Item Box

The type of UA application. The default is ApplicationType.Client.
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.

Syntax

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;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.