CreateGroupsInfo Constructor (Guid, IList<Identity>)
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
scopeId As Guid, _
groups As IList(Of Identity) _
)
public CreateGroupsInfo(
Guid scopeId,
IList<Identity> groups
)
public:
CreateGroupsInfo(
Guid scopeId,
IList<Identity^>^ groups
)
new :
scopeId:Guid *
groups:IList<Identity> -> CreateGroupsInfo
public function CreateGroupsInfo(
scopeId : Guid,
groups : IList<Identity>
)
Parameters
- scopeId
Type: System.Guid
- groups
Type: System.Collections.Generic.IList<Identity>
.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.