ICommonStructureService.GetNode Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetNode ( _
nodeUri As String _
) As NodeInfo
NodeInfo GetNode(
string nodeUri
)
NodeInfo^ GetNode(
String^ nodeUri
)
abstract GetNode :
nodeUri:string -> NodeInfo
function GetNode(
nodeUri : String
) : NodeInfo
Parameters
- nodeUri
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Server.NodeInfo
Returns NodeInfo.
.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.