| 
            
              HubClientBaseConnectionID Property
             | 
          
        
        
            Gets or sets the connection ID of the calling client.
            
        
        Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic string ConnectionID { get; set; }Public Property ConnectionID As String
	Get
	Set
public:
virtual property String^ ConnectionID {
	String^ get () sealed;
	void set (String^ value) sealed;
}abstract ConnectionID : string with get, set
override ConnectionID : string with get, set
function get_ConnectionID();
function set_ConnectionID(value);
 View SourceProperty Value
StringImplements
IHubClientConnectionID
See Also