ArcObjects Library Reference (Server)  

IServerDirectory3.CanEdit Property

Indicates whether this server directory can be edited.

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

Parameters

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

Product Availability

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

See Also

IServerDirectory3 Interface