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