Share via


CreateUserWizard.AnswerLabelText 屬性

定義

取得或設定標籤文字,用於識別密碼確認解答文字方塊。

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

屬性值

標籤文字,用於識別密碼確認解答文字方塊。 預設值為 [安全性解答:]。 控制項的預設文字會依據伺服器目前的地區設定進行當地語系化。

備註

設定時,這個屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute全球化和當地語系化

適用於

另請參閱