serverName

Type: String[128]

Availability: Read or write at any time

For the client end of the named pipe, the serverName property of the NamedPipe class contains the name of the server on which the named pipe connection is offered; for example, "JADE_Dev_2".

This property must be set before the connection open or openAsynch method is attempted.

By default, this property contains a null string (""), indicating that the client and server ends of the connection are on the same workstation.