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


IServerDirectory3.CanAddNew Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* pCanAddNew
);
[C++]

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

Product Availability

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

See Also

IServerDirectory3 Interface