AccessModifier Enumeration
Members
| Member | Description |
|---|---|
| File | Indicates the identifier is visible only to sections in the same source file. |
| Global | Indicates the identifier is globally visible to all other sections. |
| Library | Indicates the identifier is visible only to sections in the same library. |
| Override | Indicates the identifier overrides a virtual symbol. |
| Section | Indicates the identifier is visible only to the section where it is defined. |
| Virtual | Indicates the identifier can be overridden by another symbol. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |