This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServerConnection Interface > IServerConnection.EnableDataFiltering Property (ArcObjects .NET 10.5 SDK) |
Indicates whether data filtering is enabled for the connection.
[Visual Basic .NET] Public Property EnableDataFiltering As Boolean
[C#] public bool EnableDataFiltering {get; set;}
[C++]
HRESULT get_EnableDataFiltering(
VARIANT_BOOL* pbvVal
);
[C++]
HRESULT put_EnableDataFiltering(
VARIANT_BOOL pbvVal
);
[C++]
Parameters pbvVal [out, retval] pbvVal is a parameter of type VARIANT_BOOL pbvVal [in] pbvVal is a parameter of type VARIANT_BOOL