Share via


IProfileService.GetLatestTermsofService Method

Get current Terms Of Service.

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

Syntax

'Declaration
Function GetLatestTermsofService ( _
    requestContext As TeamFoundationRequestContext _
) As ProfileTermsOfService
ProfileTermsOfService GetLatestTermsofService(
    TeamFoundationRequestContext requestContext
)
ProfileTermsOfService^ GetLatestTermsofService(
    TeamFoundationRequestContext^ requestContext
)
abstract GetLatestTermsofService : 
        requestContext:TeamFoundationRequestContext -> ProfileTermsOfService
function GetLatestTermsofService(
    requestContext : TeamFoundationRequestContext
) : ProfileTermsOfService

Parameters

Return Value

Type: Microsoft.VisualStudio.Services.Profile.ProfileTermsOfService

.NET Framework Security

See Also

Reference

IProfileService Interface

Microsoft.VisualStudio.Services.Profile Namespace