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

Namespace: Aspose.Html.Dom.Attributes
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
[FlagsAttribute]
public enum Accessors
Members
  Member nameValueDescription
None0 Specifies that the property does not have any special meaning.
Getter1 Specifies that the property or method should be handled as a getter.
Setter2 Specifies that the property or method should be handled as a setter.
Deleter4 Specifies that the property or method should be handled by delete.
See Also