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

Syntax

Visual Basic (Declaration)
<WebServiceAttribute(Namespace := "http://www.catalinatechnology.com/services/ctAC/"), _
 ObfuscationAttribute(Exclude := False, ApplyToMembers := True, Feature := "encrypt-strings")>

Public Class statements
    Inherits baseServiceAC
C#
[WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/")]
[ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings")]
public class statements : baseServiceAC
C++
[WebServiceAttribute(Namespace = L"http://www.catalinatechnology.com/services/ctAC/")]
[ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = L"encrypt-strings")]
ref class statements : baseServiceAC
J#
/** @attribute WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/") */
/** @attribute ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings") */
public class statements extends baseServiceAC
JScript
public 
   WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/")
   ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings")
class statements extends baseServiceAC

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Web.Services.WebService
         ctAC.baseServiceAC
            ctAC.statements

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also