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


IWorkspaceProperty.IsReadOnly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceProperty Interface > IWorkspaceProperty.IsReadOnly Property
ArcGIS Developer Help

IWorkspaceProperty.IsReadOnly Property

Indicates if this property is read only.

[Visual Basic .NET]
Public Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get; set;}
[C++]
HRESULT get_IsReadOnly(
  Boolean* IsReadOnly
);
[C++]
HRESULT put_IsReadOnly(
  VARIANT_BOOL IsReadOnly
);
[C++]
Parameters
IsReadOnly [out, retval]

IsReadOnly is a parameter of type bool* IsReadOnly [in]
IsReadOnly is a parameter of type bool

Product Availability

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

See Also

IWorkspaceProperty Interface