Share via


IdentityManagementWebService2.UpdateIdentityExtendedProperties Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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

.NET Framework Security

See Also

Reference

IdentityManagementWebService2 Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace