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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > IUADiscoveryElement Interface : ApplicationUriString Property
A unique identifier for the application instance.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property ApplicationUriString As String
'Usage
 
Dim instance As IUADiscoveryElement
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: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

IUADiscoveryElement Interface
IUADiscoveryElement Members