ProjectPath Property

Gets or sets {insert text here}.

Namespace:  Microsoft.Data.Tools.Integration.Build
Assembly:  Microsoft.Data.Tools.Integration (in Microsoft.Data.Tools.Integration.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property ProjectPath As String
    Get
    Set
'Usage
Dim instance As EntityHydrate
Dim value As String

value = instance.ProjectPath

instance.ProjectPath = value
[RequiredAttribute]
public string ProjectPath { get; set; }
[RequiredAttribute]
public:
property String^ ProjectPath {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member ProjectPath : string with get, set
function get ProjectPath () : String
function set ProjectPath (value : String)

Property Value

Type: System..::..String

See Also

Reference

EntityHydrate Class

Microsoft.Data.Tools.Integration.Build Namespace