Partager via


ISettingsData.TabTitle Property

 

Gets the title of the tab in the dialog box.

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

Syntax

string TabTitle { get; }
property String^ TabTitle {
    String^ get();
}
ReadOnly Property TabTitle As String

Property Value

Type: System.String

A System.String.

See Also

ISettingsData Interface
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top