StartMode Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Enumerates the operation that caused deployment to happen.
Namespace: Microsoft.VisualStudio.SharePoint.Deployment
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration StartMode
public enum StartMode
Members
Member name | Description | |
---|---|---|
Debug | The start mode is Debug. | |
Deploy | The start mode is Deploy. | |
Run | The start mode is Run. |