In This Topic
Comma-separated list of event IDs to ignore
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property ExcludeEvents As String
[CanBeNull()]
public string ExcludeEvents {get; set;}
[CanBeNull()]
public:
property String^ ExcludeEvents {
String^ get();
void set ( String^ value);
}
See Also