ArcObjects Library Reference (GeoDatabase)  

INativeTypeSearch.ExcludeChildren Property

Indicates whether the children of this native type should be searched.

[Visual Basic .NET]
Public ReadOnly Property ExcludeChildren As Boolean
[C#]
public bool ExcludeChildren {get;}
[C++]
HRESULT get_ExcludeChildren(
  VARIANT_BOOL* pExcludeChildren
);
[C++]

Parameters

pExcludeChildren [out, retval]   pExcludeChildren is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INativeTypeSearch Interface