Property of Application.
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. If the Property Node reference input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance.
This property is similar to the Machine access list option on the VI Server: Machine Access page of the Options dialog box. Example
The following table lists the characteristics of this property.
| Remote access disallowed | Yes |
| Available in Run-Time Engine and Real-Time Operating System | Yes |
| Permissions | Read/Write |
Refer to the Server - VIServer Example VI in the labview\examples\viserver\server.llb for an example of using the Server:TCP/IP Access List property.