Share via


DatabaseProjectNodeProperties.ProjectFolder Property

Gets the project folder.

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

Syntax

'Declaration
<AutomationBrowsableAttribute(False)> _
Public ReadOnly Property ProjectFolder As String
'Usage
Dim instance As DatabaseProjectNodeProperties 
Dim value As String 

value = instance.ProjectFolder
[AutomationBrowsableAttribute(false)]
public string ProjectFolder { get; }
[AutomationBrowsableAttribute(false)]
public:
property String^ ProjectFolder {
    String^ get ();
}
public function get ProjectFolder () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseProjectNodeProperties Class

DatabaseProjectNodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Properties Namespace