ConnectionsZone.EmptyZoneText Proprietà

Definizione

Ottiene o imposta un messaggio di testo visualizzato in un controllo vuoto ConnectionsZone se sono presenti controlli insufficienti in una pagina Web per stabilire una connessione.

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

Valore della proprietà

Oggetto String contenente il messaggio per una zona vuota. Il testo predefinito è una stringa specifica delle impostazioni cultura fornita da .NET Framework.

Attributi

Commenti

Questa proprietà non può essere impostata in base a temi o temi del foglio di stile. Per altre informazioni, vedere ThemeableAttribute e ASP.NET Temi e interfacce.

Si applica a

Vedi anche