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


IMapServerInfo4.StandaloneTableInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerInfo4 Interface > IMapServerInfo4.StandaloneTableInfos Property
ArcGIS Developer Help

IMapServerInfo4.StandaloneTableInfos Property

Standalone tables infromation in a given map.

[Visual Basic .NET]
Public ReadOnly Property StandaloneTableInfos As IStandaloneTableInfos
[C#]
public IStandaloneTableInfos StandaloneTableInfos {get;}
[C++]
HRESULT get_StandaloneTableInfos(
  IStandaloneTableInfos** TablesInfos
);
[C++]
Parameters
TablesInfos [out, retval]

TablesInfos is a parameter of type IStandaloneTableInfos**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapServerInfo4 Interface