Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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
)
[WebMethodAttribute]
public:
void UpdateIdentityExtendedProperties(
IdentityDescriptor^ descriptor,
StreamingCollection<PropertyValue^>^ updates,
StreamingCollection<PropertyValue^>^ localUpdates
)
[<WebMethodAttribute>]
member UpdateIdentityExtendedProperties :
descriptor:IdentityDescriptor *
updates:StreamingCollection<PropertyValue> *
localUpdates:StreamingCollection<PropertyValue> -> unit
public function UpdateIdentityExtendedProperties(
descriptor : IdentityDescriptor,
updates : StreamingCollection<PropertyValue>,
localUpdates : StreamingCollection<PropertyValue>
)
Parameters
- descriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- localUpdates
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
.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.