CallbackValidatorAttribute.CallbackMethodName Property

Definition

Gets or sets the name of the callback method.

public:
 property System::String ^ CallbackMethodName { System::String ^ get(); void set(System::String ^ value); };
public string CallbackMethodName { get; set; }
member this.CallbackMethodName : string with get, set
Public Property CallbackMethodName As String

Property Value

The name of the method to call.

Applies to

See also