Share via


FolderNodeProperties.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
<AutomationBrowsableAttribute(True)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property FullPath As String
    Get
'Usage
Dim instance As FolderNodeProperties
Dim value As String

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FolderNodeProperties Class

FolderNodeProperties Members

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