Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CallingDataMethodsEventArgs::DataMethodsType Property

.NET Framework (current version)
 

The type that contains the data methods to call, when the data methods are static methods.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property Type^ DataMethodsType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

The type that contains the static data methods to call, or null if the data methods are not static methods.

If you set this property, do not set the DataMethodsObject property.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft