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
- location
 Type: System.String
Return Value
Type: System.Guid
The guid for this location or Guid.Empty if the location does not have an entry.
.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.