Share via


IDatabaseNode.Url Property

Gets the full path of this node on disk.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

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