SoftwareDistributionPackage.Description Property
Applies To: Windows Server Update Services
Gets or sets the localized description of the package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
The localized description of the package.
Remarks
The language of the current description is specified by the CurrentLanguage property.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top