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


IQueryTableName.QueryDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryTableName Interface > IQueryTableName.QueryDescription Property
ArcGIS Developer Help

IQueryTableName.QueryDescription Property

QueryDescription object.

[Visual Basic .NET]
Public Property QueryDescription As IQueryDescription
[C#]
public IQueryDescription QueryDescription {get; set;}
[C++]
HRESULT get_QueryDescription(
  IQueryDescription* ppQueryDescription
);
[C++]
HRESULT put_QueryDescription(
  IQueryDescription** ppQueryDescription
);
[C++]
Parameters
ppQueryDescription [in]

ppQueryDescription is a parameter of type IQueryDescription* ppQueryDescription [out, retval]
ppQueryDescription is a parameter of type IQueryDescription**

Product Availability

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

See Also

IQueryTableName Interface