AccountService.UpdateProperties Method
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Sub UpdateProperties ( _
requestContext As TeamFoundationRequestContext, _
account As Account, _
properties As IEnumerable(Of PropertyValue) _
)
public abstract void UpdateProperties(
TeamFoundationRequestContext requestContext,
Account account,
IEnumerable<PropertyValue> properties
)
public:
virtual void UpdateProperties(
TeamFoundationRequestContext^ requestContext,
Account^ account,
IEnumerable<PropertyValue^>^ properties
) abstract
abstract UpdateProperties :
requestContext:TeamFoundationRequestContext *
account:Account *
properties:IEnumerable<PropertyValue> -> unit
public abstract function UpdateProperties(
requestContext : TeamFoundationRequestContext,
account : Account,
properties : IEnumerable<PropertyValue>
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- account
Type: Microsoft.VisualStudio.Services.Account.Account
- properties
Type: System.Collections.Generic.IEnumerable<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.