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