MachineName
- Last UpdatedNov 17, 2021
- 1 minute read
The MachineName property is a read-only property that returns the actual computer name of the server.
Syntax
Result = aaServer.MachineName;
Return Value
Returns the computer name as a message.
Remarks
An exception is thrown if no one is currently logged on to the server. Use the LoggedOn property to find out if the server is logged on.
This property has no default value.