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


IConditionalAction2.ColumnList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction2 Interface > IConditionalAction2.ColumnList Property
ArcGIS Developer Help

IConditionalAction2.ColumnList Property

The list of columns from the feature or the dataset definition.

[Visual Basic .NET]
Public Property ColumnList As Object
[C#]
public object ColumnList {get; set;}
[C++]
HRESULT get_ColumnList(
  Variant* pVal
);
[C++]
HRESULT put_ColumnList(
  VARIANT pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type VARIANT* pVal [in]
pVal is a parameter of type VARIANT

Product Availability

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

See Also

IConditionalAction2 Interface