ArcObjects Library Reference (GeoDatabase)  

IFieldEdit.Editable Property

Indicates if the field can be edited. This should always be set to true.

[Visual Basic .NET]
Public WriteOnly Property Editable_2
[C#]
public void Editable_2 {set;}
[C++]
HRESULT put_Editable(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFieldEdit Interface