DeploymentStepCompletedEventArgs.DeploymentStepInfo 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 deployment step that just completed.
public:
property Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentStepInfo ^ DeploymentStepInfo { Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentStepInfo ^ get(); };
public Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo DeploymentStepInfo { get; }
member this.DeploymentStepInfo : Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo
Public ReadOnly Property DeploymentStepInfo As IDeploymentStepInfo
Property Value
An object representing the step that just completed.