IService1AddUserRoleToGroup Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddUserRoleToGroup", ReplyAction = "http://tempuri.org/IService1/AddUserRoleToGroupResponse")] bool AddUserRoleToGroup( string groupId, string accountTypeId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddUserRoleToGroup", ReplyAction := "http://tempuri.org/IService1/AddUserRoleToGroupResponse")> Function AddUserRoleToGroup ( groupId As String, accountTypeId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddUserRoleToGroup", ReplyAction = L"http://tempuri.org/IService1/AddUserRoleToGroupResponse")] bool AddUserRoleToGroup( String^ groupId, String^ accountTypeId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/AddUserRoleToGroup", ReplyAction = "http://tempuri.org/IService1/AddUserRoleToGroupResponse")>] abstract AddUserRoleToGroup : groupId : string * accountTypeId : string * key : string -> bool