NaturalLanguageResponseDataHandlerMethod Property |
Gets or sets the Javascript method name.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "handlerMethod")]
public string HandlerMethod { get; set; }
<DataMemberAttribute(Name := "handlerMethod")>
Public Property HandlerMethod As String
Get
Set
public:
[DataMemberAttribute(Name = L"handlerMethod")]
property String^ HandlerMethod {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "handlerMethod")>]
member HandlerMethod : string with get, set
Property Value
Type:
StringThe javascript method name.
See Also