ArcObjects Library Reference (Server)  

IServerDirectory2.Type Property

The Type of server directory.

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

Parameters

pType [out, retval]

  pType is a parameter of type esriServerDirectoryType

pType [in]

  pType is a parameter of type esriServerDirectoryType

Product Availability

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

See Also

IServerDirectory2 Interface