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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.