AccountService.GetLicenses Method
Returns license information for an account.
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Function GetLicenses ( _
requestContext As TeamFoundationRequestContext, _
accountId As Guid, _
includeDeleted As Boolean _
) As List(Of AccountLicenseInfo)
public abstract List<AccountLicenseInfo> GetLicenses(
TeamFoundationRequestContext requestContext,
Guid accountId,
bool includeDeleted
)
public:
virtual List<AccountLicenseInfo^>^ GetLicenses(
TeamFoundationRequestContext^ requestContext,
Guid accountId,
bool includeDeleted
) abstract
abstract GetLicenses :
requestContext:TeamFoundationRequestContext *
accountId:Guid *
includeDeleted:bool -> List<AccountLicenseInfo>
public abstract function GetLicenses(
requestContext : TeamFoundationRequestContext,
accountId : Guid,
includeDeleted : boolean
) : List<AccountLicenseInfo>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- accountId
Type: System.Guid
includeDeleted
Type: System.BooleanInclude deleted and inactive users.
Return Value
Type: System.Collections.Generic.List<AccountLicenseInfo>
.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.