GetUsageAndQuotaResponseUsageBreakdown Property |
Version 112.3.0
usageBreakdown
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntaxpublic IList<UsageForType> UsageBreakdown { get; }
public:
property IList<UsageForType^>^ UsageBreakdown {
IList<UsageForType^>^ get ();
}
Property Value
Type:
IListUsageForType
See Also