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


IServerDirectoryInfo2.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerDirectoryInfo2.Type Property

The Type of server directory.

[Visual Basic .NET]
Public ReadOnly Property Type As esriServerDirectoryType
[C#]
public esriServerDirectoryType Type {get;}
[C++]
HRESULT get_Type(
  esriServerDirectoryType* pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriServerDirectoryType

Product Availability

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

See Also

IServerDirectoryInfo2 Interface