PreGroupDeletionNotification Constructor

Constructor for creating a PreGroupDeletionNotification

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

Syntax

'Declaration
Public Sub New ( _
    group As TeamFoundationIdentity _
)
public PreGroupDeletionNotification(
    TeamFoundationIdentity group
)
public:
PreGroupDeletionNotification(
    TeamFoundationIdentity^ group
)
new : 
        group:TeamFoundationIdentity -> PreGroupDeletionNotification
public function PreGroupDeletionNotification(
    group : TeamFoundationIdentity
)

Parameters

.NET Framework Security

See Also

Reference

PreGroupDeletionNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace