Share via


ReturnCode.SupportedLanguage Property

 

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