UserOptions.RequireUniqueEmail 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,指出應用程式是否需要其使用者的唯一電子郵件。 預設為 False。
public:
property bool RequireUniqueEmail { bool get(); void set(bool value); };
public bool RequireUniqueEmail { get; set; }
member this.RequireUniqueEmail : bool with get, set
Public Property RequireUniqueEmail As Boolean
屬性值
True 是表示 如果應用程式要求每位使用者都有自己的唯一、非 Null、非空白電子郵件,否則為 false。