LogEntryLineNumber Property |
Version 108.4.130
Line number in the resource.
Namespace:
CefSharp.DevTools.Log
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax public int? LineNumber { get; set; }
public:
property Nullable<int> LineNumber {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also