LocationServerMapCache.ReadServerGuid Method

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

Syntax

'Declaration
Public Shared Function ReadServerGuid ( _
    location As String _
) As Guid
public static Guid ReadServerGuid(
    string location
)
public:
static Guid ReadServerGuid(
    String^ location
)
static member ReadServerGuid : 
        location:string -> Guid
public static function ReadServerGuid(
    location : String
) : Guid

Parameters

Return Value

Type: System.Guid
The guid for this location or Guid.Empty if the location does not have an entry.

.NET Framework Security

See Also

Reference

LocationServerMapCache Class

Microsoft.TeamFoundation.Framework.Client Namespace