LoggingOptions.GetColumnFilteredEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string array that contains a list of events that have a column filter set.
public:
cli::array <System::String ^> ^ GetColumnFilteredEvents();
public string[] GetColumnFilteredEvents ();
member this.GetColumnFilteredEvents : unit -> string[]
Public Function GetColumnFilteredEvents () As String()
Returns
String[]
An array of strings that contain the events that have a column filter set on them.