ITeamFoundationLocationService.GetDefaultAccessMapping Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetDefaultAccessMapping ( _
requestContext As TeamFoundationRequestContext, _
serviceOwner As Guid _
) As AccessMapping
AccessMapping GetDefaultAccessMapping(
TeamFoundationRequestContext requestContext,
Guid serviceOwner
)
AccessMapping^ GetDefaultAccessMapping(
TeamFoundationRequestContext^ requestContext,
Guid serviceOwner
)
abstract GetDefaultAccessMapping :
requestContext:TeamFoundationRequestContext *
serviceOwner:Guid -> AccessMapping
function GetDefaultAccessMapping(
requestContext : TeamFoundationRequestContext,
serviceOwner : Guid
) : AccessMapping
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
serviceOwner
Type: System.GuidThe 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
- 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.