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
- provisionedCount
Type: System.Int32
- usedCount
Type: System.Int32
.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.