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

屬性值

回呼函式的名稱。

適用於