Service1ClientUpdateGroup Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
public bool UpdateGroup( string groupId, string name, string active, string key )
Public Function UpdateGroup ( groupId As String, name As String, active As String, key As String ) As Boolean
public: virtual bool UpdateGroup( String^ groupId, String^ name, String^ active, String^ key ) sealed
abstract UpdateGroup : groupId : string * name : string * active : string * key : string -> bool override UpdateGroup : groupId : string * name : string * active : string * key : string -> bool