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


IFeatureServerInfo.TableIdentities Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureServerInfo.TableIdentities Property

.

[Visual Basic .NET]
Public ReadOnly Property TableIdentities As ITableIdentities
[C#]
public ITableIdentities TableIdentities {get;}
[C++]
HRESULT get_TableIdentities(
  ITableIdentities** TableIdentities
);
[C++]

Parameters TableIdentities [out, retval]
TableIdentities is a parameter of type ITableIdentities

Product Availability

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

See Also

IFeatureServerInfo Interface