ITeamFoundationLicensingService.GetLicensesForUser Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetLicensesForUser ( _
requestContext As TeamFoundationRequestContext, _
userDescriptor As IdentityDescriptor _
) As ILicenseType()
ILicenseType[] GetLicensesForUser(
TeamFoundationRequestContext requestContext,
IdentityDescriptor userDescriptor
)
array<ILicenseType^>^ GetLicensesForUser(
TeamFoundationRequestContext^ requestContext,
IdentityDescriptor^ userDescriptor
)
abstract GetLicensesForUser :
requestContext:TeamFoundationRequestContext *
userDescriptor:IdentityDescriptor -> ILicenseType[]
function GetLicensesForUser(
requestContext : TeamFoundationRequestContext,
userDescriptor : IdentityDescriptor
) : ILicenseType[]
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- userDescriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.ILicenseType[]
.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.