ChangePassword.PasswordRecoveryText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連往包含 PasswordRecovery 控制項之 Web 網頁的連結文字。
public:
virtual property System::String ^ PasswordRecoveryText { System::String ^ get(); void set(System::String ^ value); };
public virtual string PasswordRecoveryText { get; set; }
member this.PasswordRecoveryText : string with get, set
Public Overridable Property PasswordRecoveryText As String
屬性值
顯示連往包含 PasswordRecovery 控制項之 Web 網頁的連結文字。 預設為 Empty。
備註
設定時,這個屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute 和 全球化和當地語系化。