The name of the file with the UA client configuration.
The name can be an absolute file path or a file name relative to the application executable directory.
When the class instance is created the name is set to xxx.Ua.Config.Xml
with xxx being the name of the application executable. The application can overwrite the name before Connect() is called.
Visual Basic (Declaration) | |
---|---|
Public Property UaConfigFileName As String |
C# | |
---|---|
public string UaConfigFileName {get; set;} |