This documentation is archived and is not being maintained.

RegisteredServers::GetOffline Method

Gets the Offline status of the server that is specified by the URL.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
static bool GetOffline(
	String^ url
)

Parameters

url
Type: System::String

Return Value

Type: System::Boolean
The value of the Offline flag of the server that is specified by the URL.

Show: