BundleVariableNameRule Enumeration
When validating a bundle variable name, which special restrictions to ignore.
Members
Member | Description |
---|---|
CanBeBuiltIn | Allow names of built-in variables. |
CanBeWellKnown | Allow names of well-known variables. |
CanHaveReservedPrefix | Allow names that are not built-in and are not well-known and start with ‘Wix’. |
EnforceAllRestrictions | Enforce all special restrictions. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |