InputElement.GetPasswordValue

InputElement.GetPasswordValue method

This method is used to get the value as a password String object. This method is valid if only only type of the input element is “password”

public String GetPasswordValue()

Return Value

The password.

See Also