Partager via


ISettingsData.TabOrder Property

 

Gets the tab order.

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

Syntax

int TabOrder { get; }
property int TabOrder {
    int get();
}
ReadOnly Property TabOrder As Integer

Property Value

Type: System.Int32

An System.Int32.

See Also

ISettingsData Interface
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top