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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > IUAApplicationElement Interface : ApplicationUriString Property
Application URI string. A unique identifier for the application instance.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property ApplicationUriString As String
'Usage
 
Dim instance As IUAApplicationElement
Dim value As String
 
value = instance.ApplicationUriString
[NotNull()]
string ApplicationUriString {get;}
[NotNull()]
property String^ ApplicationUriString {
   String^ get();
}
Remarks

A generic string is used instead of System.Uri, because in some cases, the value may not represent a real URI.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also