Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
 Type: System.Guid
- applicationAttributes
 Type: System.Collections.Generic.IList<ProfileAttribute>
- coreAttributes
 Type: System.Collections.Generic.IList<CoreProfileAttribute>
Return Value
Type: System.Int32
.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.