ArcObjects Library Reference (Geoprocessing)  

IGpDescribeField.Editable Property

Indicates whether the field is editable.

[Visual Basic .NET]
Public Property Editable As String
[C#]
public string Editable {get; set;}
[C++]
HRESULT get_Editable(
  BSTR* Editable
);
[C++]
HRESULT put_Editable(
  BSTR Editable
);
[C++]

Parameters

Editable [out, retval]   Editable is a parameter of type BSTR Editable [in]   Editable is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeField Interface