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