IGroupSecurityService.UpdateApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
‘선언
Sub UpdateApplicationGroup ( _
groupSid As String, _
groupProperty As ApplicationGroupProperty, _
newValue As String _
)
void UpdateApplicationGroup(
string groupSid,
ApplicationGroupProperty groupProperty,
string newValue
)
void UpdateApplicationGroup(
String^ groupSid,
ApplicationGroupProperty groupProperty,
String^ newValue
)
abstract UpdateApplicationGroup :
groupSid:string *
groupProperty:ApplicationGroupProperty *
newValue:string -> unit
function UpdateApplicationGroup(
groupSid : String,
groupProperty : ApplicationGroupProperty,
newValue : String
)
Parameters
- groupSid
Type: System.String
- groupProperty
Type: Microsoft.TeamFoundation.Server.ApplicationGroupProperty
- 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.