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