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


IItemInfo.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.Type Property
ArcGIS Developer Help

IItemInfo.Type Property

Type of the item.

[Visual Basic .NET]
Public Property Type As String
[C#]
public string Type {get; set;}
[C++]
HRESULT get_Type(
  System.String* pType
);
[C++]
HRESULT put_Type(
  BSTR pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type BSTR* pType [in]
pType is a parameter of type BSTR

Product Availability

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

See Also

IItemInfo Interface