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