IDatabaseNode.Url Property
Gets the full path to this node on disk.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property Url As String
Get
'Usage
Dim instance As IDatabaseNode
Dim value As String
value = instance.Url
string Url { get; }
property String^ Url {
String^ get ();
}
function get Url () : String
abstract Url : string
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace