MembershipPasswordAttribute.MinPasswordLengthError Propriedade

Definição

Obtém ou define o atributo MinPasswordLengthError.Gets or sets the MinPasswordLengthError attribute.

public:
 property System::String ^ MinPasswordLengthError { System::String ^ get(); void set(System::String ^ value); };
public string MinPasswordLengthError { get; set; }
member this.MinPasswordLengthError : string with get, set
Public Property MinPasswordLengthError As String

Valor da propriedade

String

O atributo MinPasswordLengthError.The MinPasswordLengthError attribute.

Comentários

A MinPasswordLengthError propriedade contém uma cadeia de caracteres literal, não localizada ou uma chave de recurso que você pode usar com a ResourceType propriedade para configurar a mensagem de erro localizada.The MinPasswordLengthError property contains either a literal, non-localized string or a resource key that you can use with the ResourceType property to configure the localized error message. A mensagem de erro é exibida quando a senha fornecida é menor do que a MinRequiredPasswordLength propriedade.The error message is displayed when the provided password is shorter than the MinRequiredPasswordLength property.

Aplica-se a