Share via


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

.NET Framework Security

See Also

Reference

AccountUserLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace