QueryContextSessionId Property |
Gets or sets the session ID that the machine learning engine is required to perform web API calls.
Namespace: Dundas.BI.MachineLearningAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
GuidThe session ID for the current web session.
See Also