ComputerType Property

Applies To

System object.

Description

Returns the model of Macintosh computer being used (for example, "Power Macintosh 6100"). Read-only String.

Note In Windows, ComputerType isn't available and generates an error.

See Also

ProcessorType property.

Example

This example displays the model of computer being used.

MsgBox "This computer is a " & System.ComputerType