AdFrameStatusExplanations Property |
Version 106.0.290
Explanations
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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