EntityClean.ResourceOutputPath Property

Returns the path from which model and mapping files are deleted.

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

Syntax

'Declaration
Public Property ResourceOutputPath As String
public string ResourceOutputPath { get; set; }
public:
property String^ ResourceOutputPath {
    String^ get ();
    void set (String^ value);
}
member ResourceOutputPath : string with get, set
function get ResourceOutputPath () : String 
function set ResourceOutputPath (value : String)

Property Value

Type: System.String
The path from which model and mapping files are deleted.

Remarks

When you set the Metadata Artifact Processing property of a conceptual model to Embed in Output Assembly, model and mapping files are copied to ResourceOutputPath before they are embedded.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

EntityClean Class

Microsoft.Data.Entity.Build.Tasks Namespace