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