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
Get supported languages.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public StringCollection SupportedLanguage { get; }
public:
property StringCollection^ SupportedLanguage {
StringCollection^ get();
}
member SupportedLanguage : StringCollection with get
Public ReadOnly Property SupportedLanguage As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
The list of supported languages.
See Also
ReturnCode Class
Microsoft.UpdateServices.Administration Namespace
Return to top