Read-only |
About Computer Properties |
Description |
Returns the computer name of the VNA. |
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 |