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