RemoteObjectSubtype Property |
Version 94.4.20
Object subtype hint. Specified for `object` type values only.
NOTE: If you change anything here, make sure to also update
`subtype` in `ObjectPreview` and `PropertyPreview` below.
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax public RemoteObjectSubtype? Subtype { get; set; }
public:
property Nullable<RemoteObjectSubtype> Subtype {
Nullable<RemoteObjectSubtype> get ();
void set (Nullable<RemoteObjectSubtype> value);
}
Property Value
Type:
NullableRemoteObjectSubtypeSee Also