QueryContext::Arguments Property
.NET Framework (current version)
Gets or sets the arguments to pass to the QueryContext class.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property DataSourceSelectArguments^ Arguments { DataSourceSelectArguments^ get(); private: void set(DataSourceSelectArguments^ value); }
Property Value
Type: System.Web.UI::DataSourceSelectArguments^The arguments to pass to the QueryContext class.
.NET Framework
Available since 4.0
Available since 4.0
Show: