| 
            
              MultiProtocolFrameParserConnectionIsMulticast Property
             | 
          
        
        
            Gets flag that determines if the connection type is multicast.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic bool ConnectionIsMulticast { get; }Public ReadOnly Property ConnectionIsMulticast As Boolean
	Get
public:
property bool ConnectionIsMulticast {
	bool get ();
}member ConnectionIsMulticast : bool with get
function get_ConnectionIsMulticast();
 View SourceProperty Value
Boolean
See Also