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


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

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