QueryResponseDataHandlerType Property |
Gets or sets the plugin handler type that is used in this response.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "handlerType", EmitDefaultValue = false)]
public string HandlerType { get; set; }<DataMemberAttribute(Name := "handlerType", EmitDefaultValue := false)>
Public Property HandlerType As String
Get
Set
public:
[DataMemberAttribute(Name = L"handlerType", EmitDefaultValue = false)]
property String^ HandlerType {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(Name = "handlerType", EmitDefaultValue = false)>]
member HandlerType : string with get, set
Property Value
Type:
StringThe type of the plugin handler.
See Also