EntityDeploySetLogicalNames.ResourceOutputPath Property

The path from which resources marked for embedding are read.

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

Syntax

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

Property Value

Type: System.String
The path from which resources marked for embedding are read.

Remarks

The ResourceOutputPath property is an input for the EntityDeploySetLogicalNames build task.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

EntityDeploySetLogicalNames Class

Microsoft.Data.Entity.Build.Tasks Namespace