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