LicensedAccountUser Constructor (Guid, Guid, List<AccountUserLicense>)
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
accountId As Guid, _
userId As Guid, _
availableRights As List(Of AccountUserLicense) _
)
public LicensedAccountUser(
Guid accountId,
Guid userId,
List<AccountUserLicense> availableRights
)
public:
LicensedAccountUser(
Guid accountId,
Guid userId,
List<AccountUserLicense^>^ availableRights
)
new :
accountId:Guid *
userId:Guid *
availableRights:List<AccountUserLicense> -> LicensedAccountUser
public function LicensedAccountUser(
accountId : Guid,
userId : Guid,
availableRights : List<AccountUserLicense>
)
Parameters
- accountId
Type: System.Guid
- userId
Type: System.Guid
- availableRights
Type: System.Collections.Generic.List<AccountUserLicense>
.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.