IdentityManagementWebService.UpdateApplicationGroup Method
Updates a property of a TFS application group
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateApplicationGroup ( _
groupDescriptor As IdentityDescriptor, _
groupProperty As Integer, _
newValue As String _
)
[WebMethodAttribute]
public void UpdateApplicationGroup(
IdentityDescriptor groupDescriptor,
int groupProperty,
string newValue
)
[WebMethodAttribute]
public:
void UpdateApplicationGroup(
IdentityDescriptor^ groupDescriptor,
int groupProperty,
String^ newValue
)
[<WebMethodAttribute>]
member UpdateApplicationGroup :
groupDescriptor:IdentityDescriptor *
groupProperty:int *
newValue:string -> unit
public function UpdateApplicationGroup(
groupDescriptor : IdentityDescriptor,
groupProperty : int,
newValue : String
)
Parameters
groupDescriptor
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptordescriptor for the group
groupProperty
Type: System.Int32which 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.