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