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


IPlugInWorkspaceHelper2.IsReadOnly Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IPlugInWorkspaceHelper2.IsReadOnly Property

Indicates if this workspace is read-only.

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

Parameters IsReadOnly [out, retval]
IsReadOnly is a parameter of type bool*

Product Availability

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

See Also

IPlugInWorkspaceHelper2 Interface