ObjectPreviewProperties Property |
Version 130.1.90
List of the properties.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<PropertyPreview> Properties { get; set; }
public:
property IList<PropertyPreview^>^ Properties {
IList<PropertyPreview^>^ get ();
void set (IList<PropertyPreview^>^ value);
}
Property Value
IListPropertyPreviewSee Also