IUpdate.UpdateClassificationTitle Property
Applies To: Windows Server Update Services
Gets the title of the classification to which the update belongs.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string UpdateClassificationTitle { get; }
property String^ UpdateClassificationTitle {
String^ get();
}
abstract UpdateClassificationTitle : string with get
ReadOnly Property UpdateClassificationTitle As String
Property Value
Type: System.String
The classification to which the update belongs, for example, critical update or security.
Remarks
If the title is localized, the property returns the title in the language that PreferredCulture specifies; otherwise, English.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top