NaturalLanguageResponseHandlerMethod Property  | 
 
            Gets or sets the Javascript method name.
            
 
    Namespace: 
   Dundas.BI.MachineLearning
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string HandlerMethod { get; set; }Public Property HandlerMethod As String
	Get
	Set
public:
property String^ HandlerMethod {
	String^ get ();
	void set (String^ value);
}member HandlerMethod : string with get, set
Property Value
Type: 
StringThe javascript method name.
See Also