IVsAppContainerProjectDeployResult.DeploySuccess Property

Definition

Gets whether the app container application deployment operation succeeded.

public:
 property bool DeploySuccess { bool get(); };
public:
 property bool DeploySuccess { bool get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public bool DeploySuccess { get; }
public bool DeploySuccess { get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.DeploySuccess : bool
member this.DeploySuccess : bool
Public ReadOnly Property DeploySuccess As Boolean

Property Value

true if the deployment operation was successful, or false if the deployment failed.

Attributes

Applies to