If the application doesn't set this property before Connect() then the URIs are tried to be loaded from the file app.url.XML in the same directory as the app.exe executable.
url is the UA server URL without the xxx://
This XML file is auto-generated at Connect() if the application didn't set this property.
The property can be set to an empty string array ( new string[]{} ) to disable the namespace wrapper feature.
Visual Basic (Declaration) | |
---|---|
Public Property UaNamespaceURIs As String() |
C# | |
---|---|
public string[] UaNamespaceURIs {get; set;} |