| 
            
              ClientConnectionIsSubscribed Property
             | 
          
        
        
            Gets or sets IsSubscribed state.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic bool IsSubscribed { get; set; }Public Property IsSubscribed As Boolean
	Get
	Set
public:
property bool IsSubscribed {
	bool get ();
	void set (bool value);
}member IsSubscribed : bool with get, set
function get_IsSubscribed();
function set_IsSubscribed(value);
 View SourceProperty Value
Boolean
See Also