Share via


IDatabaseProjectNode.ProjectFile Property

Gets the project file name.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

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