Represents the enumeration of member accessors that is defined by the W3C.
Namespace: Aspose.Html.Dom.AttributesAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax[FlagsAttribute]
public enum Accessors
<FlagsAttribute>
Public Enumeration Accessors
[FlagsAttribute]
public enum class Accessors
[<FlagsAttribute>]
type Accessors
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Specifies that the property does not have any special meaning.
|
| Getter | 1 |
Specifies that the property or method should be handled as a getter.
|
| Setter | 2 |
Specifies that the property or method should be handled as a setter.
|
| Deleter | 4 |
Specifies that the property or method should be handled by delete.
|
See Also