TabIdentifierAttribute Constructor
Creates a new instance of TabIdentifierAttribute that can be used to uniquely identify an IConsoleTab object.
Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
tabIdentifier As String _
)
public TabIdentifierAttribute (
string tabIdentifier
)
public:
TabIdentifierAttribute (
String^ tabIdentifier
)
public TabIdentifierAttribute (
String tabIdentifier
)
public function TabIdentifierAttribute (
tabIdentifier : String
)
Parameters
- tabIdentifier
An string that is used to identify an IConsoleTab object.
Remarks
The tabIdentifier parameter can be a Guid in string form.
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