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

Glossary Item Box

The path name of the file with the UA configuration settings.
The default name is the executable name with ".Ua.Config.Xml" appended. E.g. myclient.Ua.Config.xml

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaClient
Dim value As String
 
instance.configFilename = value
 
value = instance.configFilename
C# 
public string configFilename {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.