Share via


CatalogNode.FullPath Property

The fully qualified path that represents this node's location in the hierarchy. This value uniquely identifies a catalog node. The path itself is generated when the node is created and is not necessarily human readable.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property FullPath As String
[ClientPropertyAttribute(ClientVisibility.Private)]
public string FullPath { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property String^ FullPath {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member FullPath : string with get, set
function get FullPath () : String 
function set FullPath (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CatalogNode Class

Microsoft.TeamFoundation.Framework.Server Namespace