TeamFoundationIdentityService.UpdateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub UpdateApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
groupDescriptor As IdentityDescriptor, _
groupProperty As GroupProperty, _
newValue As String _
)
public void UpdateApplicationGroup(
TeamFoundationRequestContext requestContext,
IdentityDescriptor groupDescriptor,
GroupProperty groupProperty,
string newValue
)
public:
void UpdateApplicationGroup(
TeamFoundationRequestContext^ requestContext,
IdentityDescriptor^ groupDescriptor,
GroupProperty groupProperty,
String^ newValue
)
member UpdateApplicationGroup :
requestContext:TeamFoundationRequestContext *
groupDescriptor:IdentityDescriptor *
groupProperty:GroupProperty *
newValue:string -> unit
public function UpdateApplicationGroup(
requestContext : TeamFoundationRequestContext,
groupDescriptor : IdentityDescriptor,
groupProperty : GroupProperty,
newValue : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- groupDescriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- groupProperty
Type: Microsoft.TeamFoundation.Framework.Common.GroupProperty
- newValue
Type: System.String
.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.