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


IMapServerRelationship.Rows Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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