| 
            
              PhasorDataConcentratorBaseCommandChannel Property
             | 
          
        
        
            Gets or sets reference to TcpServer command channel, attaching and/or detaching to events as needed.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.257-beta
Syntaxprotected TcpServer CommandChannel { get; set; }Protected Property CommandChannel As TcpServer
	Get
	Set
protected:
property TcpServer^ CommandChannel {
	TcpServer^ get ();
	void set (TcpServer^ value);
}member CommandChannel : TcpServer with get, set
function get_CommandChannel();
function set_CommandChannel(value);
 View SourceProperty Value
TcpServer
See Also