PasswordPropertyTextAttribute.Password プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PasswordPropertyTextAttribute が定義されているプロパティをパスワード テキストとして表示するかどうかを示す値を取得します。
public:
property bool Password { bool get(); };
public bool Password { get; }
member this.Password : bool
Public ReadOnly Property Password As Boolean
プロパティ値
プロパティをパスワード テキストとして表示する場合は true
。それ以外の場合は false
。