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


IGxContentsViewColumns.ColumnByProperty Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

IGxContentsViewColumns.ColumnByProperty Property

A column by its property.

[Visual Basic .NET]
Public Function get_ColumnByProperty ( _
    ByVal property As String _
) As IGxContentsViewColumn
[C#]
public IGxContentsViewColumn get_ColumnByProperty (
    string property
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxContentsViewColumns Interface