Freigeben über


IdentityService.CreateGroup-Methode

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public MustOverride Function CreateGroup ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As Guid, _
    groupSid As String, _
    groupName As String, _
    groupDescription As String, _
    specialType As SpecialGroupType, _
    scopeLocal As Boolean, _
    hasRestrictedVisibility As Boolean _
) As Identity
public abstract Identity CreateGroup(
    TeamFoundationRequestContext requestContext,
    Guid scopeId,
    string groupSid,
    string groupName,
    string groupDescription,
    SpecialGroupType specialType,
    bool scopeLocal,
    bool hasRestrictedVisibility
)

Parameter

  • groupSid
    Typ: System.String
    Die der Sicherheits-ID Gruppe erstellen.Kann NULL sein.

Rückgabewert

Typ: Microsoft.VisualStudio.Services.Identity.Identity

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityService Klasse

Microsoft.VisualStudio.Services.Identity-Namespace