Return allowed ARTypes. Calls: xct_spACGetArTypes
Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Return allowed ARTypes.", MessageName := "getARTypes"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function getARTypes() As DataSet |
| C# |
|---|
| [WebMethodAttribute(Description = "Return allowed ARTypes.", MessageName = "getARTypes")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public DataSet getARTypes() |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Return allowed ARTypes.", MessageName = L"getARTypes")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: DataSet getARTypes() sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Return allowed ARTypes.", MessageName = "getARTypes") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public DataSet getARTypes() |
| JScript |
|---|
| public WebMethodAttribute(Description = "Return allowed ARTypes.", MessageName = "getARTypes") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function getARTypes() : DataSet |