Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Logging Namespace > Logger Class : Filter Property |
public IEventLogFilter Filter {get; set;}
'Declaration Public Property Filter As IEventLogFilter
'Usage Dim instance As Logger Dim value As IEventLogFilter instance.Filter = value value = instance.Filter
public: property IEventLogFilter^ Filter { IEventLogFilter^ get(); void set ( IEventLogFilter^ value); }