MembershipEntity.Password Property
Gets or sets the entity password.
Namespace: System.Web.Providers.Entities
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
[RequiredAttribute]
[StringLengthAttribute(128)]
public string Password { get; set; }
public:
[RequiredAttribute]
[StringLengthAttribute(128)]
property String^ Password {
String^ get();
void set(String^ value);
}
[<RequiredAttribute>]
[<StringLengthAttribute(128)>]
member Password : string with get, set
<RequiredAttribute>
<StringLengthAttribute(128)>
Public Property Password As String
Property Value
Type: System.String
The entity password.
See Also
MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top