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
- descriptor
Type: Microsoft.TeamFoundation.Framework.Server.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.
See Also
Reference
IdentityManagementWebService2 Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace