Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |