ConnectionsZone.EmptyZoneText Property

Definition

Gets or sets a text message that is displayed in an empty ConnectionsZone control if there are insufficient controls on a Web page to establish a connection.

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

Property Value

A String that contains the message for an empty zone. The default text is a culture-specific string supplied by the .NET Framework.

Attributes

Remarks

This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.

Applies to

See also