CreateUserWizard.UserNameLabelText 屬性

定義

取得或設定使用者名稱文字框標籤的文字。

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

屬性值

使用者名稱文字框標籤的文字。 預設值為「使用者名稱」。 控制項的預設文字會根據伺服器目前所在地而在地化。

備註

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

適用於

另請參閱