Path

Gets or sets the path to the executable to match to identify the Windows application associated with this right.

Syntax

string Path {get; set;}

Property value

Path to the executable for the application. You can specify multiple paths separated by semicolons (;). You can specify the standard system path using the SYSTEMPATH keyword, specify a full custom path, such as C:\\Windows\\system32\\inetsrv, or use one of the supported path variables.

The supported path variables are:

  • %systemroot%
  • %system32%
  • %syswow64%
  • %program files%
  • %program files(x86)%

The space between “program” and “files” is required.