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