RegisteredServers.GetServerNames Method
Gets a list of registered server names.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function GetServerNames As String()
public static string[] GetServerNames()
public:
static array<String^>^ GetServerNames()
static member GetServerNames : unit -> string[]
public static function GetServerNames() : String[]
Return Value
Type: array<System.String[]
An array of registered server names.
.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.