Identifier Class
Class to define the identifier and access for a symbol.
Properties
Property | Description |
---|---|
Access | Access modifier for a symbol. |
Id | Identifier for the symbol. |
WixToolset.Data.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
Access Property
Access modifier for a symbol.
Declaration
public AccessModifier Access { get; set; }
Id Property
Identifier for the symbol.
Declaration
public string Id { get; set; }