This document is archived and information here might be outdated.  Recommended version.


IInternetServerConnection.EnabledDataDefinitions Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IInternetServerConnection.EnabledDataDefinitions Property

Indicates whether data definitions are enabled for the Internet server connection.

[Visual Basic .NET]
Public ReadOnly Property EnabledDataDefinitions As Object
[C#]
public object EnabledDataDefinitions {get;}
[C++]
HRESULT get_EnabledDataDefinitions(
  VARIANT* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IInternetServerConnection Interface