Identifier Class
Class to define the identifier and access for a symbol.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Access | Access modifier for a symbol. |
| Id | Identifier for the symbol. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Access Property
Section titled “Access Property”Access modifier for a symbol.
Declaration
Section titled “Declaration”public AccessModifier Access { get; set; }Id Property
Section titled “Id Property”Identifier for the symbol.
Declaration
Section titled “Declaration”public string Id { get; set; }