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