IUpdateClassification.Title Property
Applies To: Windows Server Update Services
Gets the title of the classification.
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 classification. The property returns the title using the PreferredCulture if the localized text is available, otherwise the title is in English.
See Also
IUpdateClassification Interface
Microsoft.UpdateServices.Administration Namespace
Return to top