ArcObjects Library Reference (Carto)  

IPropertyInfo.Editable Property

Indicates if the property is editable.

[Visual Basic .NET]
Public ReadOnly Property Editable As Boolean
[C#]
public bool Editable {get;}
[C++]
HRESULT get_Editable(
  VARIANT_BOOL* IsEditable
);
[C++]

Parameters

IsEditable [out, retval]   IsEditable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPropertyInfo Interface