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


IMapServerRow.PropertySet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerRow.PropertySet Property

A set of name-value pairs for the row's field names and values.

[Visual Basic .NET]
Public ReadOnly Property PropertySet As IPropertySet
[C#]
public IPropertySet PropertySet {get;}
[C++]
HRESULT get_PropertySet(
  IPropertySet** props
);
[C++]

Parameters props [out, retval]
props is a parameter of type IPropertySet

Product Availability

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

See Also

IMapServerRow Interface