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