GroupSecurityService.UpdateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateApplicationGroup ( _
groupSid As String, _
property As ApplicationGroupProperty, _
newValue As String _
)
[WebMethodAttribute]
public void UpdateApplicationGroup(
string groupSid,
ApplicationGroupProperty property,
string newValue
)
[WebMethodAttribute]
public:
void UpdateApplicationGroup(
String^ groupSid,
ApplicationGroupProperty property,
String^ newValue
)
[<WebMethodAttribute>]
member UpdateApplicationGroup :
groupSid:string *
property:ApplicationGroupProperty *
newValue:string -> unit
public function UpdateApplicationGroup(
groupSid : String,
property : ApplicationGroupProperty,
newValue : String
)
Parameters
- groupSid
Type: System.String
- 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.