Server:VI Access List
- Updated2025-07-30
- 1 minute(s) read
List that describes which VIs on the VI server are accessible by remote clients.
Each element in the array should start with '+' to allow access, or with '-' to deny access. For example, the array with the element ['+Server*'] allows access to all VIs whose name starts with 'Server'. This property is available only on local versions of 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 Exported VIs list option in the Exported VIs section on the VI Server page of the Options dialog box.
Remarks
The following table lists the characteristics of this property.
| Short Name | Srvr.VIAccess |
| Data type | ![]() |
| Permissions | Read/Write |
| Available in Run-Time Engine | Yes |
| Available in Real-Time Operating System | Yes |
| Remote access allowed | No |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Application Control\VI Server\Exporting VIs\Exporting VIs.lvproj
