DeploymentStepStartedEventArgs.Conflicts Property

Definition

Gets a collection of deployment conflicts associated with the deployment step.

public:
 property Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentConflictCollection ^ Conflicts { Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentConflictCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflictCollection Conflicts { get; }
member this.Conflicts : Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflictCollection
Public ReadOnly Property Conflicts As IDeploymentConflictCollection

Property Value

A collection representing deployment conflicts.

Applies to