Share via


IProfileService.SetAttributes Method

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

Syntax

'Declaration
Function SetAttributes ( _
    requestContext As TeamFoundationRequestContext, _
    id As Guid, _
    applicationAttributes As IList(Of ProfileAttribute), _
    coreAttributes As IList(Of CoreProfileAttribute) _
) As Integer
int SetAttributes(
    TeamFoundationRequestContext requestContext,
    Guid id,
    IList<ProfileAttribute> applicationAttributes,
    IList<CoreProfileAttribute> coreAttributes
)
int SetAttributes(
    TeamFoundationRequestContext^ requestContext, 
    Guid id, 
    IList<ProfileAttribute^>^ applicationAttributes, 
    IList<CoreProfileAttribute^>^ coreAttributes
)
abstract SetAttributes : 
        requestContext:TeamFoundationRequestContext * 
        id:Guid * 
        applicationAttributes:IList<ProfileAttribute> * 
        coreAttributes:IList<CoreProfileAttribute> -> int
function SetAttributes(
    requestContext : TeamFoundationRequestContext, 
    id : Guid, 
    applicationAttributes : IList<ProfileAttribute>, 
    coreAttributes : IList<CoreProfileAttribute>
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IProfileService Interface

Microsoft.VisualStudio.Services.Profile Namespace