SoftwareDistributionPackage.DefaultLanguage Property

 

Applies To: Windows Server Update Services

Gets or sets the default 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 DefaultLanguage { get; set; }
public:
property String^ DefaultLanguage {
    String^ get();
    void set(String^ value);
}
member DefaultLanguage : string with get, set
Public Property DefaultLanguage As String

Property Value

Type: System.String

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

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top