Verifies that the adminVerification header field is valid


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

Syntax

Visual Basic (Declaration)
<SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In), _
 WebMethodAttribute(Description := "Verifies that the adminVerification header field is valid ", MessageName := "checkAdmin")>

Public Function checkAdmin() As Boolean
C#
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(Description = "Verifies that the adminVerification header field is valid ", MessageName = "checkAdmin")]
public bool checkAdmin()
C++
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
[WebMethodAttribute(Description = L"Verifies that the adminVerification header field is valid ", MessageName = L"checkAdmin")]
public:
 bool checkAdmin() sealed 
J#
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
/** @attribute WebMethodAttribute(Description = "Verifies that the adminVerification header field is valid ", MessageName = "checkAdmin") */
public bool checkAdmin()
JScript
public 

   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
   WebMethodAttribute(Description = "Verifies that the adminVerification header field is valid ", MessageName = "checkAdmin")
function checkAdmin() : bool

See Also