Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |