WebHttpBehavior::JavascriptCallbackParameterName Property

.NET Framework (current version)
 

Gets or sets the JavaScript callback parameter name.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

public protected:
property String^ JavascriptCallbackParameterName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The JavaScript callback parameter name.

.NET Framework
Available since 4.0
Return to top
Show: