Share via


DeploymentProjectBuilder.OutputDirectory Property

Gets or sets the output directory for the deployment.

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

Syntax

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

Property Value

Type: System.IO.DirectoryInfo

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace