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: