Share via


DeploymentProjectBuilder.SelectedDeploymentConfigFile Property

Gets or sets the deployment configuration file to use for this deployment project.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Friend Property SelectedDeploymentConfigFile As String
protected internal string SelectedDeploymentConfigFile { get; set; }
protected public:
property String^ SelectedDeploymentConfigFile {
    String^ get ();
    void set (String^ value);
}
member SelectedDeploymentConfigFile : string with get, set
function get SelectedDeploymentConfigFile () : String
function set SelectedDeploymentConfigFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace