次の方法で共有


JavascriptCallbackResponseMessageProperty.CallbackFunctionName プロパティ

定義

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

プロパティ値

コールバック関数の名前。

適用対象