|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTResource Interface > IRESTResource.FindChildResource Method (ArcObjects .NET 10.5 SDK) | 
Finds child resource, non-recursive.
[Visual Basic .NET] Public Function FindChildResource ( _ ByVal Name As String _ ) As IRESTResource
[C#] public IRESTResource FindChildResource ( string Name );
[C++]
HRESULT FindChildResource(
  BSTR Name,
  IRESTResource** ppObj
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR ppObj [out, retval]
ppObj is a parameter of type IRESTResource