Classification.GetNode Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function GetNode ( _
nodeUri As String _
) As NodeInfo
[WebMethodAttribute]
public NodeInfo GetNode(
string nodeUri
)
[WebMethodAttribute]
public:
NodeInfo^ GetNode(
String^ nodeUri
)
[<WebMethodAttribute>]
member GetNode :
nodeUri:string -> NodeInfo
public function GetNode(
nodeUri : String
) : NodeInfo
Parameters
- nodeUri
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Server.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.