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