Compartir a través de


JavascriptCallbackResponseMessageProperty.CallbackFunctionName Propiedad

Definición

Obtiene o establece el nombre de la función de devolución de llamada que se usa con 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 de propiedad

Nombre de la función de devolución de llamada.

Se aplica a