Share via


IDatabaseProjectReferenceNode.ReferencedProjectName Property

Gets the name of the referenced project.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectReferenceNode Interface

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