IdentityManagementWebService.UpdateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<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.TeamFoundation.Framework.Server.IdentityDescriptor
- groupProperty
Type: System.Int32
- 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.
See Also
Reference
IdentityManagementWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace