Accessors enumeration

Accessors enumeration

Represents the enumeration of member accessors that is defined by the W3C.

The Accessors type exposes the following members:

Fields

FieldDescription
NONESpecifies that the property does not have any special meaning.
GETTERSpecifies that the property or method should be handled as a getter.
SETTERSpecifies that the property or method should be handled as a setter.
DELETERSpecifies that the property or method should be handled by delete.

See Also