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