Server

The key term Server is a collection of properties and functions that are accessible from the server computer. Unlike Server, the key term Client contains a collection of properties and functions that are executed on the client computer.

Example of use:

 

MsgBox(Server.ComputerName)

(Output of the name of the server computer)

 

See also: Client

 

 

More:

Properties and functions (Server)

Events (Server)