|   | IRecordOperationsHubConnectionID Property | 
        
        
            Gets active connection ID from current hub context or assigns one to use.
            
        
        Namespace: GSF.Web.HubsAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxstring ConnectionID { get; set; }Property ConnectionID As String
	Get
	Set
property String^ ConnectionID {
	String^ get ();
	void set (String^ value);
}abstract ConnectionID : string with get, set
function get_ConnectionID();
function set_ConnectionID(value);
Property Value
String See Also
See Also