Share via


UpdateServicesPackage.CurrentLanguage Property 

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

Retrieves or sets the current language of the Title/Description pair.

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

Syntax

'Declaration
Public Property CurrentLanguage As String
'Usage
Dim instance As UpdateServicesPackage
Dim value As String

value = instance.CurrentLanguage

instance.CurrentLanguage = value
public string CurrentLanguage { get; set; }
public:
property String^ CurrentLanguage {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_CurrentLanguage ()

/** @property */
public void set_CurrentLanguage (String value)
public function get CurrentLanguage () : String

public function set CurrentLanguage (value : String)

Property Value

The current language of the Title/Description pair.

Remarks

Default: "en".

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.