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


IGPTablesDomain3.PortalItemType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTablesDomain3 Interface > IGPTablesDomain3.PortalItemType Property
ArcGIS Developer Help

IGPTablesDomain3.PortalItemType Property

.

[Visual Basic .NET]
Public Function get_PortalItemType ( _
    ByVal Index As Integer _
) As esriPortalItemType
[C#]
public esriPortalItemType get_PortalItemType (
    int Index
);
[C++]
HRESULT get_PortalItemType(
  long Index,
  esriPortalItemType* pType
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pType [out, retval]
pType is a parameter of type esriPortalItemType*

Product Availability

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

See Also

IGPTablesDomain3 Interface