LoggingOptions.EventFilter Property
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.
Gets or sets an array that contains the names of the events that are the subject of the filtering options.
public:
property cli::array <System::String ^> ^ EventFilter { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] EventFilter { get; set; }
member this.EventFilter : string[] with get, set
Public Property EventFilter As String()
Property Value
String[]
A String array that contains the names of the events.
Remarks
For more information, see Enabling Logging Programmatically.