TabIdentifierAttribute Class
Provides a unique identifier for an IConsoleTab object.
Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
Usage
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class TabIdentifierAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class TabIdentifierAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class TabIdentifierAttribute : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */
public class TabIdentifierAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class)
public class TabIdentifierAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.HomeServer.Extensibility.TabIdentifierAttribute
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 Members
Microsoft.HomeServer.Extensibility Namespace