ISharePointProject.AssemblyDeploymentTarget Property
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.
Gets or sets where the project should be deployed on the server: either "Bin" or "GAC".
public:
property Microsoft::VisualStudio::SharePoint::AssemblyDeploymentTarget AssemblyDeploymentTarget { Microsoft::VisualStudio::SharePoint::AssemblyDeploymentTarget get(); void set(Microsoft::VisualStudio::SharePoint::AssemblyDeploymentTarget value); };
public Microsoft.VisualStudio.SharePoint.AssemblyDeploymentTarget AssemblyDeploymentTarget { get; set; }
member this.AssemblyDeploymentTarget : Microsoft.VisualStudio.SharePoint.AssemblyDeploymentTarget with get, set
Public Property AssemblyDeploymentTarget As AssemblyDeploymentTarget
Property Value
The location where the assembly is deployed.