Share via


ProjectNodeProperties.FullPath Property

Gets the full path.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property FullPath As String
    Get
'Usage
Dim instance As ProjectNodeProperties
Dim value As String

value = instance.FullPath
[BrowsableAttribute(false)]
public string FullPath { get; }
[BrowsableAttribute(false)]
public:
property String^ FullPath {
    String^ get ();
}
function get FullPath () : String
[<BrowsableAttribute(false)>]
member FullPath : string

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProjectNodeProperties Class

ProjectNodeProperties Members

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