Skip to main content

Identifier Class

Class to define the identifier and access for a symbol.

Properties

PropertyDescription
AccessAccess modifier for a symbol.
IdIdentifier for the symbol.

WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

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; }