Share via


UpdateServicesPackage.SupportedLanguages Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get supported languages of Title/Description pairs.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public ReadOnly Property SupportedLanguages As StringCollection
'Usage
Dim instance As UpdateServicesPackage
Dim value As StringCollection

value = instance.SupportedLanguages
public StringCollection SupportedLanguages { get; }
public:
property StringCollection^ SupportedLanguages {
    StringCollection^ get ();
}
/** @property */
public StringCollection get_SupportedLanguages ()
public function get SupportedLanguages () : StringCollection

Property Value

The list of supported languages.

Remarks

Note: Any language without related Title/Description pairs won't be save to XML file in Save().

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.