DeploymentEventArgs.DeploymentContext 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 an object that provides information about the current deployment session.
public:
property Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentContext ^ DeploymentContext { Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentContext ^ get(); };
public Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentContext DeploymentContext { get; }
member this.DeploymentContext : Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentContext
Public ReadOnly Property DeploymentContext As IDeploymentContext
Property Value
An object that provides information about the current deployment session.