MembershipPasswordAttribute.MinNonAlphanumericCharactersError 属性

定义

获取或设置 MinNonAlphanumericCharactersError 特性。

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

属性值

String

MinNonAlphanumericCharactersError 特性。

注解

MinNonAlphanumericCharactersError属性包含文本、非本地化字符串或可与属性一起使用的资源键, ResourceType 用于配置本地化错误消息。 当提供的密码包含的非字母数字字符数少于属性指定的字符时,将显示错误消息 MinRequiredNonAlphanumericCharacters

适用于