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


IDataObjectTable.PropertyInfos Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataObjectTable.PropertyInfos Property

.

[Visual Basic .NET]
Public ReadOnly Property PropertyInfos As IPropertyInfos
[C#]
public IPropertyInfos PropertyInfos {get;}
[C++]
HRESULT get_PropertyInfos(
  IPropertyInfos** PropertyInfos
);
[C++]

Parameters PropertyInfos [out, retval]
PropertyInfos is a parameter of type IPropertyInfos

Product Availability

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

See Also

IDataObjectTable Interface