Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
<WebMethodAttribute(Description := "Get all sub accounts.", MessageName := "getSubAccts"), _
 SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)>

Public Function getSubAccts() As DataSet
C#
[WebMethodAttribute(Description = "Get all sub accounts.", MessageName = "getSubAccts")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet getSubAccts()
C++
[WebMethodAttribute(Description = L"Get all sub accounts.", MessageName = L"getSubAccts")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet getSubAccts() sealed 
J#
/** @attribute WebMethodAttribute(Description = "Get all sub accounts.", MessageName = "getSubAccts") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet getSubAccts()
JScript
public 

   WebMethodAttribute(Description = "Get all sub accounts.", MessageName = "getSubAccts")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function getSubAccts() : DataSet

See Also