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


IXmlQuery.IsAnd Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IX > IXmlQuery Interface > IXmlQuery.IsAnd Property
ArcGIS Developer Help

IXmlQuery.IsAnd Property

Indicates if the expressions are ANDed together (as opposed to ORed).

[Visual Basic .NET]
Public Property IsAnd As Boolean
[C#]
public bool IsAnd {get; set;}

Product Availability

Available with ArcGIS Desktop.

See Also

IXmlQuery Interface