ArcObjects Library Reference (Carto)  

IFeatureServerInfo.LayerIdentities Property

.

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

Parameters

LayerIdentities [out, retval]

  LayerIdentities is a parameter of type ITableIdentities

Product Availability

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

See Also

IFeatureServerInfo Interface