Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |