Share via


SoftwareDistributionPackage.CurrentLanguage Property

 

Applies To: Windows Server Update Services

Gets or sets the current language of the title and description of the package.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string CurrentLanguage { get; set; }
public:
property String^ CurrentLanguage {
    String^ get();
    void set(String^ value);
}
member CurrentLanguage : string with get, set
Public Property CurrentLanguage As String

Property Value

Type: System.String

The language of the title and description of the package. The default is "en".

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top