SERVERNAME property (System)
Description
Returns the ID of the Named Pipe or the TCPIP Address and Port used to communicate with the RevEngine VM.
Property Value
This property is a string containing one of the following:
• A string containing a Named Pipe
• A string containing an IP address and a port delimited by the “:” character.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
Remarks
The SERVERNAME property can be set via the serverName option in the RXI file, or by the /SN command line switch. By default the Presentation Server generates a random string to use as a Named Pipe name if neither is specified.
Example
ServerName = Get_Property( "SYSTEM", "SERVERNAME" )
See Also
Starting the Presentation Server.