ISharePointProject.ActiveDeploymentConfiguration Property

Definition

Gets or set the name of the deployment configuration to use for deployment. The value should be from a list of available deployment configurations on the system.

public:
 property System::String ^ ActiveDeploymentConfiguration { System::String ^ get(); void set(System::String ^ value); };
public string ActiveDeploymentConfiguration { get; set; }
member this.ActiveDeploymentConfiguration : string with get, set
Public Property ActiveDeploymentConfiguration As String

Property Value

The name of a deployment configuration.

Applies to