JavascriptCallbackResponseMessageProperty.CallbackFunctionName Propriedade
Definição
Obtém ou define o nome da função de retorno de chamada usada com o JSONP.Gets or sets the name of the callback function used with JSONP.
public:
property System::String ^ CallbackFunctionName { System::String ^ get(); void set(System::String ^ value); };
public string CallbackFunctionName { get; set; }
member this.CallbackFunctionName : string with get, set
Public Property CallbackFunctionName As String
Valor da propriedade
O nome da função de retorno de chamada.The name of the callback function.