共用方式為


ConnectionsZone.EmptyZoneText 屬性

定義

如果網頁上控制項不足,無法建立連接時,取得或設定空 ConnectionsZone 控制項中所顯示的文字訊息。

public:
 virtual property System::String ^ EmptyZoneText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override string EmptyZoneText { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.EmptyZoneText : string with get, set
Public Overrides Property EmptyZoneText As String

屬性值

String,包含空區域的訊息。 .NET Framework 會提供文化特性字串做為預設文字。

屬性

備註

這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttributeASP.NET 主題和外觀

適用於

另請參閱