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


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

IMapServerRelationship.Rows Property

The rows.

[Visual Basic .NET]
Public ReadOnly Property Rows As IMapServerRows
[C#]
public IMapServerRows Rows {get;}
[C++]
HRESULT get_Rows(
  IMapServerRows** Rows
);
[C++]
Parameters
Rows [out, retval]

Rows is a parameter of type IMapServerRows**

Product Availability

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

See Also

IMapServerRelationship Interface