Share via


ITeamFoundationLocationService.GetPublicAccessMapping Method

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

Syntax

'Declaration
Function GetPublicAccessMapping ( _
    requestContext As TeamFoundationRequestContext, _
    serviceOwner As Guid _
) As AccessMapping
AccessMapping GetPublicAccessMapping(
    TeamFoundationRequestContext requestContext,
    Guid serviceOwner
)
AccessMapping^ GetPublicAccessMapping(
    TeamFoundationRequestContext^ requestContext, 
    Guid serviceOwner
)
abstract GetPublicAccessMapping : 
        requestContext:TeamFoundationRequestContext * 
        serviceOwner:Guid -> AccessMapping
function GetPublicAccessMapping(
    requestContext : TeamFoundationRequestContext, 
    serviceOwner : Guid
) : AccessMapping

Parameters

  • serviceOwner
    Type: System.Guid

    The service owner should be Guid.Empty if you are targetting the current service's location service. If you want to target a remote service's location service. This should be the Guid of the service. Use Microsoft.VisualStudio.Services.Common.ServiceOwners

Return Value

Type: Microsoft.VisualStudio.Services.Location.AccessMapping

.NET Framework Security

See Also

Reference

ITeamFoundationLocationService Interface

Microsoft.TeamFoundation.Framework.Server Namespace