DeploymentTarget Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies where an assembly is deployed on the SharePoint server.
Namespace: Microsoft.VisualStudio.SharePoint.Packages
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration DeploymentTarget
public enum DeploymentTarget
Members
Member name | Description | |
---|---|---|
GlobalAssemblyCache | The assembly is deployed to the global assembly cache (GAC). | |
WebApplication | The assembly is deployed to the Web application's Bin directory. |