Share via


GroupMembershipChangedNotification Constructor

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

Syntax

'Declaration
Public Sub New ( _
    identityId As Guid, _
    accountId As Guid, _
    operationType As IdentityOperationType _
)
public GroupMembershipChangedNotification(
    Guid identityId,
    Guid accountId,
    IdentityOperationType operationType
)
public:
GroupMembershipChangedNotification(
    Guid identityId, 
    Guid accountId, 
    IdentityOperationType operationType
)
new : 
        identityId:Guid * 
        accountId:Guid * 
        operationType:IdentityOperationType -> GroupMembershipChangedNotification
public function GroupMembershipChangedNotification(
    identityId : Guid, 
    accountId : Guid, 
    operationType : IdentityOperationType
)

Parameters

.NET Framework Security

See Also

Reference

GroupMembershipChangedNotification Class

Microsoft.VisualStudio.Services.Identity Namespace