IdentityService.UpdateProfileProperties Method
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Function UpdateProfileProperties ( _
requestContext As TeamFoundationRequestContext, _
identity As Identity _
) As Boolean
public abstract bool UpdateProfileProperties(
TeamFoundationRequestContext requestContext,
Identity identity
)
public:
virtual bool UpdateProfileProperties(
TeamFoundationRequestContext^ requestContext,
Identity^ identity
) abstract
abstract UpdateProfileProperties :
requestContext:TeamFoundationRequestContext *
identity:Identity -> bool
public abstract function UpdateProfileProperties(
requestContext : TeamFoundationRequestContext,
identity : Identity
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
Type: Microsoft.VisualStudio.Services.Identity.Identity
Return Value
Type: System.Boolean
.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.