NaturalLanguageResponseDataHandlerParameters Property |
Gets or sets the Javascript method parameters.
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 = "handlerParams")]
public IList<string> HandlerParameters { get; }
<DataMemberAttribute(Name := "handlerParams")>
Public ReadOnly Property HandlerParameters As IList(Of String)
Get
public:
[DataMemberAttribute(Name = L"handlerParams")]
property IList<String^>^ HandlerParameters {
IList<String^>^ get ();
}
[<DataMemberAttribute(Name = "handlerParams")>]
member HandlerParameters : IList<string> with get
Property Value
Type:
IListStringThe arguments provided for
HandlerMethod in JSON format.
See Also