This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectory2 Interface > IServerDirectory2.Type Property (ArcObjects .NET 10.5 SDK) |
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