QueryResponseResponseType Property |
Gets the response type.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ResponseType ResponseType { get; set; }Public Property ResponseType As ResponseType
Get
Set
public:
property ResponseType ResponseType {
ResponseType get ();
void set (ResponseType value);
}member ResponseType : ResponseType with get, set
Property Value
Type:
ResponseTypeThe type of the response.
See Also