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)

Syntax

‘선언
Public Shared Function GetOffline ( _
    url As String _
) As Boolean
public static bool GetOffline(
    string url
)
public:
static bool GetOffline(
    String^ url
)
static member GetOffline : 
        url:string -> bool 
public static function GetOffline(
    url : String
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

RegisteredServers Class

Microsoft.TeamFoundation.Client Namespace