Share via


IDatabaseProjectNode.ProjectFolder Property

Gets the folder where the project is created.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
ReadOnly Property ProjectFolder As String
string ProjectFolder { get; }
property String^ ProjectFolder {
    String^ get ();
}
abstract ProjectFolder : string
function get ProjectFolder () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace