Share via


IProfileService.GetPageLocation Method

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

Syntax

'Declaration
Function GetPageLocation ( _
    requestContext As TeamFoundationRequestContext, _
    profilePageType As ProfilePageType _
) As String
string GetPageLocation(
    TeamFoundationRequestContext requestContext,
    ProfilePageType profilePageType
)
String^ GetPageLocation(
    TeamFoundationRequestContext^ requestContext, 
    ProfilePageType profilePageType
)
abstract GetPageLocation : 
        requestContext:TeamFoundationRequestContext * 
        profilePageType:ProfilePageType -> string
function GetPageLocation(
    requestContext : TeamFoundationRequestContext, 
    profilePageType : ProfilePageType
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IProfileService Interface

Microsoft.VisualStudio.Services.Profile Namespace