Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets a short description of the update.
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
A short description of the update.
Remarks
If the description is localized, the property returns the description in the language that PreferredCulture specifies; otherwise, English.
To obtain additional information about the update, call AdditionalInformationUrls. Sometimes the provider of the update uses the URLs to provide a more extensive description of the update.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top