Share via


AccountLicenseUsage Constructor

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    license As AccountUserLicense, _
    provisionedCount As Integer, _
    usedCount As Integer _
)
public AccountLicenseUsage(
    AccountUserLicense license,
    int provisionedCount,
    int usedCount
)
public:
AccountLicenseUsage(
    AccountUserLicense^ license, 
    int provisionedCount, 
    int usedCount
)
new : 
        license:AccountUserLicense * 
        provisionedCount:int * 
        usedCount:int -> AccountLicenseUsage
public function AccountLicenseUsage(
    license : AccountUserLicense, 
    provisionedCount : int, 
    usedCount : int
)

Parameters

.NET Framework Security

See Also

Reference

AccountLicenseUsage Class

Microsoft.VisualStudio.Services.Licensing Namespace