MembershipPasswordAttribute.MinPasswordLengthError 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 MinPasswordLengthError
屬性。
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
屬性值
MinPasswordLengthError
屬性。
備註
MinPasswordLengthError屬性包含常值、未當地語系化的字串或您可以搭配屬性使用的資源索引鍵, ResourceType 以設定當地語系化的錯誤訊息。 當提供的密碼短于屬性時,會顯示錯誤訊息 MinRequiredPasswordLength 。