EntityDeploy.OutputPath Property

The path to which Entity Framework artifacts are written when they are not embedded as resources.

Namespace:  Microsoft.Data.Entity.Build.Tasks
Assembly:  Microsoft.Data.Entity.Build.Tasks (in Microsoft.Data.Entity.Build.Tasks.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property OutputPath As String
[RequiredAttribute]
public string OutputPath { get; set; }
[RequiredAttribute]
public:
property String^ OutputPath {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member OutputPath : string with get, set
function get OutputPath () : String 
function set OutputPath (value : String)

Property Value

Type: System.String
A String that represents the path to which Entity Framework artifacts are written when they are not embedded as resources.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5 SP1

See Also

Reference

EntityDeploy Class

Microsoft.Data.Entity.Build.Tasks Namespace