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