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