LogEntryLineNumber Property |
Version 106.0.290
Line number in the resource.
Namespace:
CefSharp.DevTools.Log
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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