Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- licenseName
Type: System.String
- provisioned
Type: System.Int32
- consumed
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.