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