IdentityChangedNotification Constructor

Creates [IdentityChangedNotification] for the sequence ID.

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

Syntax

'Declaration
Public Sub New ( _
    sequenceId As Integer _
)
public IdentityChangedNotification(
    int sequenceId
)
public:
IdentityChangedNotification(
    int sequenceId
)
new : 
        sequenceId:int -> IdentityChangedNotification
public function IdentityChangedNotification(
    sequenceId : int
)

Parameters

.NET Framework Security

See Also

Reference

IdentityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace