Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The fully qualified path that represents this node's place in the hierarchy. This value uniquely identifies a catalog node. The path itself is generated through the creation of the node and is not necessarily human readable.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
.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.