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