QuickOPC User's Guide and Reference
ApplicationUriString Property (_UAClientApplicationParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientApplicationParameters Interface : ApplicationUriString Property
The OPC-UA client application URI string. When empty, the component will make a URI string automatically.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ApplicationUriString As String
'Usage
 
Dim instance As _UAClientApplicationParameters
Dim value As String
 
instance.ApplicationUriString = value
 
value = instance.ApplicationUriString
[NotNull()]
string ApplicationUriString {get; set;}
[NotNull()]
property String^ ApplicationUriString {
   String^ get();
   void set (    String^ value);
}
Remarks

The application URI is used:

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.Engine.UAClientEngineParameters.ApplicationParameters property of OpcLabs.EasyOpc.UA.Engine.EasyUASharedParameters.EngineParameters property of static OpcLabs.EasyOpc.UA.EasyUAClient.SharedParameters.

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_UAClientApplicationParameters Interface
_UAClientApplicationParameters Members