[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Accessor style defines the methods of a class that are automatically exposed via event property.

The following tables list the members exposed by the AccessorStyleEnum type.

Public Fields

  NameDescription
static memberEXPLICIT
Expose only the explicitly configured properties and public members as event properties.

static memberNATIVE
Expose properties only, plus explicitly configured properties.

static memberPUBLIC
Expose all public properties and public members as event properties, plus explicitly configured properties.