Share via


InstallCommand.InstallReturnCode Property

Definition

Gets or sets the InstallReturnCode that indicates the status of the installer command upon completion.

protected:
 property Microsoft::Web::PlatformInstaller::InstallReturnCode ^ InstallReturnCode { Microsoft::Web::PlatformInstaller::InstallReturnCode ^ get(); void set(Microsoft::Web::PlatformInstaller::InstallReturnCode ^ value); };
protected Microsoft.Web.PlatformInstaller.InstallReturnCode InstallReturnCode { get; set; }
member this.InstallReturnCode : Microsoft.Web.PlatformInstaller.InstallReturnCode with get, set
Protected Property InstallReturnCode As InstallReturnCode

Property Value

An InstallReturnCode instance that contains detailed information about the status of the InstallCommand upon completion.

Applies to