TextBox.Password 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否必須將輸入視為密碼,並在目標裝置上將字元加上遮罩。 預設值是 false
。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
property bool Password { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public bool Password { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.Password : bool with get, set
Public Property Password As Boolean
屬性值
如果必須將輸入視為密碼則為 true
,否則為 false
。
- 屬性
備註
星號是用來遮罩密碼的一般字元。
注意
將 Password 屬性設定為 true 並不會在傳輸期間加密或保護密碼字串。