IConsoleTab.SettingsGuid Property

Identifies the GUID of the associated ISettingsTab object.

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

Usage

Syntax

'Declaration
ReadOnly Property SettingsGuid As Guid
Guid SettingsGuid { get; }
property Guid SettingsGuid {
    Guid get ();
}
/** @property */
Guid get_SettingsGuid ()
function get SettingsGuid () : Guid

Property Value

A System.Guid structure that contains the GUID for the associated ISettingsTab object.

Example

public Guid SettingsGuid { get { return Guid.Empty; } }

Remarks

If there is no associated ISettingsTab object, then SettingsGuid should return an empty System.Guid.

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