AuthorizationChangedNotification Constructor

Creates AuthorizationChangedNotification for the sequence id

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

AuthorizationChangedNotification Class

Microsoft.TeamFoundation.Integration.Server Namespace