This document is archived and information here might be outdated. Recommended version. |
String array of EventIDs to be permanently purged and ignored.
[Visual Basic .NET] Public Property ExcludedTrackingEventIDs As IStringArray
[C#] public IStringArray ExcludedTrackingEventIDs {get; set;}
[C++]
HRESULT get_ExcludedTrackingEventIDs(
IStringArray** pVal
);
[C++]
HRESULT put_ExcludedTrackingEventIDs(
IStringArray* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type IStringArray** pVal [in]
pVal is a parameter of type IStringArray*