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.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub UpdateApplicationGroup ( _
groupDescriptor As IdentityDescriptor, _
groupProperty As GroupProperty, _
newValue As String _
)
void UpdateApplicationGroup(
IdentityDescriptor groupDescriptor,
GroupProperty groupProperty,
string newValue
)
void UpdateApplicationGroup(
IdentityDescriptor^ groupDescriptor,
GroupProperty groupProperty,
String^ newValue
)
abstract UpdateApplicationGroup :
groupDescriptor:IdentityDescriptor *
groupProperty:GroupProperty *
newValue:string -> unit
function UpdateApplicationGroup(
groupDescriptor : IdentityDescriptor,
groupProperty : GroupProperty,
newValue : String
)
Parameters
- groupDescriptor
Type: Microsoft.TeamFoundation.Framework.Client.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.