Opc.Ua.Core
GlobalChannelId Property



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : GlobalChannelId Property
The globally unique identifier assigned to the channel by the server.
Syntax
'Declaration
 
Public ReadOnly Property GlobalChannelId As String
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim value As String
 
value = instance.GlobalChannelId
public string GlobalChannelId {get;}
public:
property String^ GlobalChannelId {
   String^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members