This document is archived and information here might be outdated. Recommended version. |
Indicates whether to only show live traffic or otherwise show all traffic.
[Visual Basic .NET]
Public Property ShowLiveTrafficOnly As Boolean
[C#]
public bool ShowLiveTrafficOnly {get; set;}
[C++]
HRESULT get_ShowLiveTrafficOnly(
Boolean* liveTrafficOnly
);
[C++]
HRESULT put_ShowLiveTrafficOnly(
VARIANT_BOOL liveTrafficOnly
);
[C++] Parameters liveTrafficOnly [out, retval]
liveTrafficOnly is a parameter of type bool* liveTrafficOnly [in]
liveTrafficOnly is a parameter of type bool