The PasswordField type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description |
A natural-language description of the field, intended for presentation
in a user-agent.
(Inherited from DataField.) | |
Label |
A human-readable name for the field.
(Inherited from DataField.) | |
Name |
The name of the field.
(Inherited from DataField.) | |
Required |
Determines whether the field is required to fill out, or optional.
(Inherited from DataField.) | |
Type |
The type of the field or null if no type has been specified.
(Inherited from DataField.) | |
Value |
The value of the field.
| |
Values |
Returns a collection of the data-field's values.
(Inherited from DataField.) |