TeamFoundationIdentityPropertiesUpdateEvent Constructor

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

Syntax

'Declaration
Public Sub New ( _
    identities As IEnumerable(Of TeamFoundationIdentity), _
    propertyScope As IdentityPropertyScope _
)
public TeamFoundationIdentityPropertiesUpdateEvent(
    IEnumerable<TeamFoundationIdentity> identities,
    IdentityPropertyScope propertyScope
)
public:
TeamFoundationIdentityPropertiesUpdateEvent(
    IEnumerable<TeamFoundationIdentity^>^ identities, 
    IdentityPropertyScope propertyScope
)
new : 
        identities:IEnumerable<TeamFoundationIdentity> * 
        propertyScope:IdentityPropertyScope -> TeamFoundationIdentityPropertiesUpdateEvent
public function TeamFoundationIdentityPropertiesUpdateEvent(
    identities : IEnumerable<TeamFoundationIdentity>, 
    propertyScope : IdentityPropertyScope
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationIdentityPropertiesUpdateEvent Class

Microsoft.TeamFoundation.Server.Core Namespace