Gets the name of the CICS server as defined in the Gateway daemon.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public string Name { get; } |
Visual Basic |
---|
Public ReadOnly Property Name As String Get |
Visual C++ |
---|
public: property String^ Name { String^ get (); } |