GetPropertiesResponsePrivateProperties Property |
Version 112.3.0
privateProperties
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public IList<PrivatePropertyDescriptor> PrivateProperties { get; }
public:
property IList<PrivatePropertyDescriptor^>^ PrivateProperties {
IList<PrivatePropertyDescriptor^>^ get ();
}
Property Value
Type:
IListPrivatePropertyDescriptorSee Also