Enum Accessors
Enum Accessors
Namespace: Aspose.Html.Dom.Attributes
Assembly: Aspose.HTML.dll (25.4.0)
Represents the enumeration of member accessors that is defined by the W3C.
[Flags]
[ComVisible(true)]
public enum Accessors : byte
Fields
Deleter = 4
Specifies that the property or method should be handled by delete.
Getter = 1
Specifies that the property or method should be handled as a getter.
None = 0
Specifies that the property does not have any special meaning.
Setter = 2
Specifies that the property or method should be handled as a setter.