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