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