Version 130.1.90
Code is the numeric enum entry for a specific set of error codes, such
as PipelineStatusCodes in media/base/pipeline_status.h
Namespace: CefSharp.DevTools.MediaAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int Code { get; set; }
public:
property int Code {
int get ();
void set (int value);
}
Property Value
Int32See Also