ReturnCode.InstallationResult Property

 

Applies To: Windows Server Update Services

Get/Set installation result that is mapped to the return code.

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

Syntax

public InstallationResult InstallationResult { get; set; }
public:
property InstallationResult InstallationResult {
    InstallationResult get();
    void set(InstallationResult value);
}
member InstallationResult : InstallationResult with get, set
Public Property InstallationResult As InstallationResult

Property Value

Type: Microsoft.UpdateServices.Administration.InstallationResult

The installation result that is mapped to the return code.

See Also

ReturnCode Class
Microsoft.UpdateServices.Administration Namespace

Return to top