Share via


TabIdentifierAttribute.Value Property

Gets the unique identifier that is used for an IConsoleTab object.

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

Usage

Syntax

'Declaration
Public ReadOnly Property Value As String
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
/** @property */
public String get_Value ()
public function get Value () : String

Property Value

An instance of String that is used to identify an IConsoleTab object.

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

TabIdentifierAttribute Class
TabIdentifierAttribute Members
Microsoft.HomeServer.Extensibility Namespace