IConsoleTab.TabText Property

Specifies the text or caption of the Console tab.

Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)

Usage

Syntax

'Declaration
ReadOnly Property TabText As String
string TabText { get; }
property String^ TabText {
    String^ get ();
}
/** @property */
String get_TabText ()
function get TabText () : String

Property Value

A string that contains the caption for the Console tab.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

IConsoleTab Interface
IConsoleTab Members
Microsoft.HomeServer.Extensibility Namespace