DeploymentTarget Enum

Definition

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

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.

Applies to