IUpdateCategory.Title Property

 

Applies To: Windows Server Update Services

Gets the title of the category.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string Title { get; }
property String^ Title {
    String^ get();
}
abstract Title : string with get
ReadOnly Property Title As String

Property Value

Type: System.String

The title of the category. The property returns the title using the PreferredCulture if the localized text is available, otherwis, the title is in English.

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top