DeploymentBaseContext.CommitContext 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 the context of a deployment commit operation.
public:
property Microsoft::Web::Deployment::DeploymentCommitContext ^ CommitContext { Microsoft::Web::Deployment::DeploymentCommitContext ^ get(); };
public Microsoft.Web.Deployment.DeploymentCommitContext CommitContext { get; }
member this.CommitContext : Microsoft.Web.Deployment.DeploymentCommitContext
Public ReadOnly Property CommitContext As DeploymentCommitContext
Property Value
A DeploymentCommitContext object.