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