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


IServerDirectory3.CanAddNew Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

IServerDirectory3.CanAddNew Property

Indicates whether we can add a new server directory of this type.

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

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

Product Availability

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

See Also

IServerDirectory3 Interface