AccountUserLicense Constructor
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
source As LicensingSource, _
license As Integer _
)
public AccountUserLicense(
LicensingSource source,
int license
)
public:
AccountUserLicense(
LicensingSource source,
int license
)
new :
source:LicensingSource *
license:int -> AccountUserLicense
public function AccountUserLicense(
source : LicensingSource,
license : int
)
Parameters
- license
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.