GetComputerName

Returns the local computer name.

Function Group Execution Windows Embedded Thin Client
GetComputerName System Info Synchronous Supported Not supported Supported

Syntax

GetComputerName()

This function takes no parameters.

Returned value

Returns the local computer name as a string.

Examples

Tag Name Expression
Tag GetComputerName() // Returned value = "Terminal53"
Tag GetComputerName() // Returned value = "BobsComputer"