QueryContextSessionId Property  | 
 
            Gets or sets the session ID that the machine learning engine is required to perform web API calls.
            
 
    Namespace: 
   Dundas.BI.MachineLearning
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Guid SessionId { get; set; }Public Property SessionId As Guid
	Get
	Set
public:
property Guid SessionId {
	Guid get ();
	void set (Guid value);
}member SessionId : Guid with get, set
Property Value
Type: 
GuidThe session ID for the current web session.
See Also