Read-only
About Computer Properties

SystemName Property


Description

Returns the computer name of the PNA.

 VB Syntax

name = app.SystemName

Variable

(Type) - Description

name

(String) Variable to store the returned computer name.

app

An Application (object)

Return Type

String

Default

Not Applicable

Examples

name = app.SystemName

C++ Syntax

HRESULT SystemName(BSTR* computerName)

Interface

IApplication