IVsAppContainerProjectDeployResult.DeploySuccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
This property is safe to access from any thread.