This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.ItemProperties Property (ArcObjects .NET 10.4 SDK) |
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