ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsReadOnly
);
[C++]
HRESULT put_IsReadOnly(
  VARIANT_BOOL IsReadOnly
);
[C++]

Parameters

IsReadOnly [out, retval]   IsReadOnly is a parameter of type VARIANT_BOOL IsReadOnly [in]   IsReadOnly is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWorkspaceProperty Interface