CallbackValidatorAttribute::CallbackMethodName Property

 

Gets or sets the name of the callback method.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

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

Property Value

Type: System::String^

The name of the method to call.

.NET Framework
Available since 2.0
Return to top
Show: