Inherits from Application Properties.
List that describes which TCP/IP addresses of remote clients may access the VI server. Each element in the array should start with '+' to allow access, or with '-' to deny access. For example, the array with the elements ['+*.site.com', '-private.site.com'] allows access for all hosts in the site.com domain, with the exception of private.site.com. This property is available only on local versions LabVIEW.
The following table lists the flags for this property.
Is settable when the VI is running | N/A |
Requires the block diagram to be loaded | N/A |
Is available on local LabVIEW only | Yes |
Requires the front panel to be loaded | N/A |
Must wait until user interface is idle | N/A |
Is available with control VIs | N/A |
Is available with global VIs | N/A |
Is available with strict type definitions | N/A |
Is available with polymorphic VIs | N/A |
Available in Run-Time Engine | Yes (Read/Write) |
Permissions | Read/Write |