Metodo IdentityManagementWebService2.UpdateIdentityExtendedProperties
Spazio dei nomi: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Sintassi
'Dichiarazione
<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
)
Parametri
- descriptor
Tipo: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- localUpdates
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IdentityManagementWebService2 Classe
Spazio dei nomi Microsoft.TeamFoundation.Server.Core.WebServices