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

屬性值

回調函式的名稱。

適用於