CefV8PropertyAttribute Enumeration |
V8 property attribute values.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax[FlagsAttribute]
public enum CefV8PropertyAttribute
Members| Member name | Value | Description |
|---|
| None | 0 | |
| ReadOnly | 1 | |
| DontEnum | 2 | |
| DontDelete | 4 | |
See Also