IService1GetUserListByAccountType Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetUserListByAccountType", ReplyAction = "http://tempuri.org/IService1/GetUserListByAccountTypeResponse")] DataSet GetUserListByAccountType( string accountTypeId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetUserListByAccountType", ReplyAction := "http://tempuri.org/IService1/GetUserListByAccountTypeResponse")> Function GetUserListByAccountType ( accountTypeId As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetUserListByAccountType", ReplyAction = L"http://tempuri.org/IService1/GetUserListByAccountTypeResponse")] DataSet^ GetUserListByAccountType( String^ accountTypeId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetUserListByAccountType", ReplyAction = "http://tempuri.org/IService1/GetUserListByAccountTypeResponse")>] abstract GetUserListByAccountType : accountTypeId : string * key : string -> DataSet