Share via


AccountLicenseInfo Constructor

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

Syntax

'Declaration
Public Sub New ( _
    licenseName As String, _
    provisioned As Integer, _
    consumed As Integer _
)
public AccountLicenseInfo(
    string licenseName,
    int provisioned,
    int consumed
)
public:
AccountLicenseInfo(
    String^ licenseName, 
    int provisioned, 
    int consumed
)
new : 
        licenseName:string * 
        provisioned:int * 
        consumed:int -> AccountLicenseInfo
public function AccountLicenseInfo(
    licenseName : String, 
    provisioned : int, 
    consumed : int
)

Parameters

.NET Framework Security

See Also

Reference

AccountLicenseInfo Class

Microsoft.VisualStudio.Services.Account Namespace