次の方法で共有


UserOptions.AllowedUserNameCharacters プロパティ

定義

ユーザー名の検証に使用するユーザー名に使用できる文字の一覧を取得または設定します。 既定値は abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+

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

プロパティ値

ユーザー名の検証に使用されるユーザー名の許可される文字の一覧。

適用対象