IUpdateCategory.Description Property
Applies To: Windows Server Update Services
Gets the description of the category.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
string Description { get; }
property String^ Description {
String^ get();
}
abstract Description : string with get
ReadOnly Property Description As String
Property Value
Type: System.String
The description of the category. The property returns the description using the PreferredCulture if the localized text is available, otherwise the description is in English.
See Also
IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top