ConnectionsZone::EmptyZoneText Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [ThemeableAttribute(false)] property String^ EmptyZoneText { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^A String that contains the message for an empty zone. The default text is a culture-specific string supplied by the .NET Framework.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
.NET Framework
Available since 2.0
Available since 2.0
Show: