AdFrameStatusExplanations Property |
Version 109.1.110
Explanations
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public AdFrameExplanation[] Explanations { get; set; }
public:
property array<AdFrameExplanation>^ Explanations {
array<AdFrameExplanation>^ get ();
void set (array<AdFrameExplanation>^ value);
}
Property Value
Type:
AdFrameExplanationSee Also