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.
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
- nodeUri
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo
The 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.