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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.VisualStudio.Services.Profile.ProfileTermsOfService
.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.