Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "ctAC.customers7SOL. Copyright Catalina Technology", MessageName := "about")> Public Function about() As String |
| C# |
|---|
| [WebMethodAttribute(Description = "ctAC.customers7SOL. Copyright Catalina Technology", MessageName = "about")] public string about() |
| C++ |
|---|
| [WebMethodAttribute(Description = L"ctAC.customers7SOL. Copyright Catalina Technology", MessageName = L"about")] public: String about() sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "ctAC.customers7SOL. Copyright Catalina Technology", MessageName = "about") */ public string about() |
| JScript |
|---|
| public WebMethodAttribute(Description = "ctAC.customers7SOL. Copyright Catalina Technology", MessageName = "about") function about() : String |