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


IARFeature.FieldAccessible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeature Interface > IARFeature.FieldAccessible Property
ArcGIS Developer Help

IARFeature.FieldAccessible Property

A property that checks if the specified field is accessible.

[Visual Basic .NET]
Public Function get_FieldAccessible ( _
    ByVal index As Object _
) As Boolean
[C#]
public bool get_FieldAccessible (
    object index
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The FieldAccessible property indicates if a fields value can be accessed.  Not all fields are accessible when working with the PublisherControls.

See Also

IARFeature Interface