Opc.Ua.Core
ChannelName Property (TcpServerChannel)



Opc.Ua.Bindings Namespace > TcpServerChannel Class : ChannelName Property
The channel name used in trace output.
Syntax
'Declaration
 
Public Overrides ReadOnly Property ChannelName As String
'Usage
 
Dim instance As TcpServerChannel
Dim value As String
 
value = instance.ChannelName
public override string ChannelName {get;}
public:
property String^ ChannelName {
   String^ get() override;
}
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

TcpServerChannel Class
TcpServerChannel Members