JavascriptCallbackResponseMessageProperty.CallbackFunctionName Property

Definition

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

Property Value

The name of the callback function.

Applies to