Share via


ReturnCode.Language Property

 

Applies To: Windows Server Update Services

Get/Set the Language of the return code description.

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

Syntax

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

Property Value

Type: System.String

The Language of the return code description.

Remarks

Language must be set before Description. Otherwise an InvalidOperationException will be thrown.

See Also

ReturnCode Class
Microsoft.UpdateServices.Administration Namespace

Return to top