Classification.GetNode Method

Returns node information represented by the node URI.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetNode ( _
    nodeUri As String _
) As CommonStructureNodeInfo
[WebMethodAttribute]
public CommonStructureNodeInfo GetNode(
    string nodeUri
)
[WebMethodAttribute]
public:
CommonStructureNodeInfo^ GetNode(
    String^ nodeUri
)
[<WebMethodAttribute>]
member GetNode : 
        nodeUri:string -> CommonStructureNodeInfo
public function GetNode(
    nodeUri : String
) : CommonStructureNodeInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo
The node information.

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace