Classification.GetNode Method
Returns node information represented by the node uri
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
- nodeUri
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo
Node information
.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.