QueryContextData Property  | 
 
            Gets or sets the data that the machine learning engine uses as the query context state.
            
 
    Namespace: 
   Dundas.BI.MachineLearning
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Object Data { get; set; }Public Property Data As Object
	Get
	Set
public:
property Object^ Data {
	Object^ get ();
	void set (Object^ value);
}member Data : Object with get, set
Property Value
Type: 
ObjectThe data to be used by the machine learning engine in JSON format.
See Also