ObjectPreviewProperties Property  | 
Version 87.1.132 
            List of the properties.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic IList<PropertyPreview> Properties { get; set; }public:
property IList<PropertyPreview^>^ Properties {
	IList<PropertyPreview^>^ get ();
	void set (IList<PropertyPreview^>^ value);
}Property Value
Type: 
IListPropertyPreview
See Also