AXValueSourceNativeSourceValue Property  | 
Version 87.1.132 
            The value, such as a node or node list, of the native source.
            
 
    Namespace: 
   CefSharp.DevTools.Accessibility
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic AXValue NativeSourceValue { get; set; }public:
property AXValue^ NativeSourceValue {
	AXValue^ get ();
	void set (AXValue^ value);
}Property Value
Type: 
AXValue
See Also