AXValueSourceAttribute Property |
Version 86.0.240
The name of the relevant attribute, if any.
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntaxpublic string Attribute { get; set; }
public:
property String^ Attribute {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also