IDatabaseProjectNode.ProjectFile Property

Gets the project file name.

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

Syntax

'Declaration
ReadOnly Property ProjectFile As String
    Get
'Usage
Dim instance As IDatabaseProjectNode
Dim value As String

value = instance.ProjectFile
string ProjectFile { get; }
property String^ ProjectFile {
    String^ get ();
}
function get ProjectFile () : String
abstract ProjectFile : string

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

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