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


IItemInfo.ItemProperties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IItemInfo.ItemProperties Property

Additional properties of this item.

[Visual Basic .NET]
Public Property ItemProperties As IPropertySet
[C#]
public IPropertySet ItemProperties {get; set;}
[C++]
HRESULT get_ItemProperties(
  IPropertySet** ppProps
);
[C++]
HRESULT put_ItemProperties(
  IPropertySet* ppProps
);
[C++]

Parameters ppProps [out, retval]
ppProps is a parameter of type IPropertySet ppProps [in]
ppProps is a parameter of type IPropertySet

Product Availability

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

See Also

IItemInfo Interface