SoftwareDistributionPackage.SupportedLanguages Property
Applies To: Windows Server Update Services
Gets the supported languages of the title and description.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public StringCollection SupportedLanguages { get; }
public:
property StringCollection^ SupportedLanguages {
StringCollection^ get();
}
member SupportedLanguages : StringCollection with get
Public ReadOnly Property SupportedLanguages As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A collection of the supported languages of the title and description.
Remarks
Any language that lacks a title and description will not be saved to file in the Save method.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top