ModelDataSourceMethod::MethodInfo Property

.NET Framework (current version)
 

Gets the method to be invoked

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

public:
property MethodInfo^ MethodInfo {
	MethodInfo^ get();
	private: void set(MethodInfo^ value);
}

Property Value

Type: System.Reflection::MethodInfo^

The method to be invoked.

.NET Framework
Available since 4.5
Return to top
Show: