CreateUserWizard.QuestionLabelText 屬性

定義

取得或設定問題框標籤的文字。

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

屬性值

問題文字框標籤的文字。 預設值為「安全問題」。 控制項的預設文字會根據伺服器目前所在地而在地化。

備註

設定後,該屬性的值可透過設計工具自動儲存到資源檔案中。 欲了解更多資訊,請參閱LocalizableAttribute全球化與在地化

適用於

另請參閱