This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader Interface > IJSONReader.FindProperty Method (ArcObjects .NET 10.5 SDK) |
Reads current object until property name matches or object ends. Case is ignored.
[Visual Basic .NET] Public Function FindProperty ( _ ByVal propname As String _ ) As Boolean
[C#] public bool FindProperty ( string propname );
[C++]
HRESULT FindProperty(
BSTR propname,
VARIANT_BOOL* found
);
[C++]
Parameters propname [in] propname is a parameter of type BSTR found [out, retval] found is a parameter of type VARIANT_BOOL