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
- identityId
Type: System.Guid
- accountId
Type: System.Guid
- operationType
Type: Microsoft.VisualStudio.Services.Identity.IdentityOperationType
.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.