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.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.IdentityDescriptorgroupDescriptor
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.