Share via


ILicensingService.GetUsageRights Method

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

Syntax

'Declaration
Function GetUsageRights ( _
    requestContext As TeamFoundationRequestContext, _
    rightName As String _
) As IList(Of IUsageRight)
IList<IUsageRight> GetUsageRights(
    TeamFoundationRequestContext requestContext,
    string rightName
)
IList<IUsageRight^>^ GetUsageRights(
    TeamFoundationRequestContext^ requestContext, 
    String^ rightName
)
abstract GetUsageRights : 
        requestContext:TeamFoundationRequestContext * 
        rightName:string -> IList<IUsageRight> 
function GetUsageRights(
    requestContext : TeamFoundationRequestContext, 
    rightName : String
) : IList<IUsageRight>

Parameters

Return Value

Type: System.Collections.Generic.IList<IUsageRight>

.NET Framework Security

See Also

Reference

ILicensingService Interface

Microsoft.VisualStudio.Services.Licensing Namespace