ISharePointProject.ActiveDeploymentConfiguration 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 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.