Share via


ITeamFoundationIdentityService.UpdateExtendedProperties Method (TeamFoundationRequestContext, IdentityPropertyScope, IdentityDescriptor, IEnumerable<PropertyValue>)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Sub UpdateExtendedProperties ( _
    requestContext As TeamFoundationRequestContext, _
    propertyScope As IdentityPropertyScope, _
    descriptor As IdentityDescriptor, _
    properties As IEnumerable(Of PropertyValue) _
)
void UpdateExtendedProperties(
    TeamFoundationRequestContext requestContext,
    IdentityPropertyScope propertyScope,
    IdentityDescriptor descriptor,
    IEnumerable<PropertyValue> properties
)
void UpdateExtendedProperties(
    TeamFoundationRequestContext^ requestContext, 
    IdentityPropertyScope propertyScope, 
    IdentityDescriptor^ descriptor, 
    IEnumerable<PropertyValue^>^ properties
)
abstract UpdateExtendedProperties : 
        requestContext:TeamFoundationRequestContext * 
        propertyScope:IdentityPropertyScope * 
        descriptor:IdentityDescriptor * 
        properties:IEnumerable<PropertyValue> -> unit
function UpdateExtendedProperties(
    requestContext : TeamFoundationRequestContext, 
    propertyScope : IdentityPropertyScope, 
    descriptor : IdentityDescriptor, 
    properties : IEnumerable<PropertyValue>
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationIdentityService Interface

UpdateExtendedProperties Overload

Microsoft.TeamFoundation.Framework.Server Namespace