DeploymentTarget Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where an assembly is deployed on the SharePoint server.
public enum class DeploymentTarget
public enum DeploymentTarget
type DeploymentTarget =
Public Enum DeploymentTarget
- Inheritance
-
DeploymentTarget
Fields
Name | Value | Description |
---|---|---|
GlobalAssemblyCache | 0 | The assembly is deployed to the global assembly cache (GAC). |
WebApplication | 1 | The assembly is deployed to the Web application's Bin directory. |