MembershipPasswordAttribute.ResourceType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Type,其中包含 MinPasswordLengthError 屬性、MinNonAlphanumericCharactersError 屬性及 PasswordStrengthError 屬性的資源。
public:
property Type ^ ResourceType { Type ^ get(); void set(Type ^ value); };
public Type ResourceType { get; set; }
member this.ResourceType : Type with get, set
Public Property ResourceType As Type