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
- identities
Type: System.Collections.Generic.IEnumerable<TeamFoundationIdentity>
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
.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.