ArcObjects Library Reference (PublisherControls)  

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