Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Updates a property of a TFS application group.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub UpdateApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
groupDescriptor As IdentityDescriptor, _
groupProperty As GroupProperty, _
newValue As String _
)
void UpdateApplicationGroup(
TeamFoundationRequestContext requestContext,
IdentityDescriptor groupDescriptor,
GroupProperty groupProperty,
string newValue
)
void UpdateApplicationGroup(
TeamFoundationRequestContext^ requestContext,
IdentityDescriptor^ groupDescriptor,
GroupProperty groupProperty,
String^ newValue
)
abstract UpdateApplicationGroup :
requestContext:TeamFoundationRequestContext *
groupDescriptor:IdentityDescriptor *
groupProperty:GroupProperty *
newValue:string -> unit
function UpdateApplicationGroup(
requestContext : TeamFoundationRequestContext,
groupDescriptor : IdentityDescriptor,
groupProperty : GroupProperty,
newValue : String
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe context for this request.
groupDescriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptorThe unique identifier (SID) for the group.
groupProperty
Type: Microsoft.TeamFoundation.Framework.Common.GroupPropertyWhich property to update.
newValue
Type: System.StringThe new value for the property.
.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.