PasswordRecovery.SubmitButtonCommandName Field

Definition

Represents the command to perform when the Submit button is clicked.

public: static initonly System::String ^ SubmitButtonCommandName;
public static readonly string SubmitButtonCommandName;
 staticval mutable SubmitButtonCommandName : string
Public Shared ReadOnly SubmitButtonCommandName As String 

Field Value

Remarks

This field is a string that represents the command to perform when the Submit button is clicked. The default is "Submit". This field is read-only. If you use a template with the PasswordRecovery control, you must use this command name for the action performed to submit the form or the control will not function properly.

Applies to

See also