PasswordRecovery.SubmitButtonCommandName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.