Partager via


ISettingsData.TabId Property

 

Gets the global identifier of the tab.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

Guid TabId { get; }
property Guid TabId {
    Guid get();
}
ReadOnly Property TabId As Guid

Property Value

Type: System.Guid

A System.Guid.

See Also

ISettingsData Interface
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top