Share via


NodeInfo.ParentUri Field

URI of the parent node

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

Syntax

'Declaration
Public ParentUri As String
'Usage
Dim instance As NodeInfo 
Dim value As String 

value = instance.ParentUri 

instance.ParentUri = value
public string ParentUri
public:
String^ ParentUri
public var ParentUri : String

Remarks

This property is empty if the node is the root node.

.NET Framework Security

See Also

Reference

NodeInfo Class

NodeInfo Members

Microsoft.TeamFoundation.Server Namespace