IdentityManagementWebService2.UpdateIdentityExtendedProperties (Método)
Espacio de nombres: Microsoft.TeamFoundation.Server.Core.WebServices
Ensamblado: Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)
Sintaxis
'Declaración
<WebMethodAttribute> _
Public Sub UpdateIdentityExtendedProperties ( _
descriptor As IdentityDescriptor, _
updates As StreamingCollection(Of PropertyValue), _
localUpdates As StreamingCollection(Of PropertyValue) _
)
[WebMethodAttribute]
public void UpdateIdentityExtendedProperties(
IdentityDescriptor descriptor,
StreamingCollection<PropertyValue> updates,
StreamingCollection<PropertyValue> localUpdates
)
Parámetros
- descriptor
Tipo: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- localUpdates
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IdentityManagementWebService2 Clase
Microsoft.TeamFoundation.Server.Core.WebServices (Espacio de nombres)