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)
'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
- nodeUri
Type: System.String
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo
The node information.
- 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.