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


IJSONReader.FindProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONReader Interface > IJSONReader.FindProperty Method
ArcGIS Developer Help

IJSONReader.FindProperty Method

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
);
[C++]
Parameters
propname [in]

propname is a parameter of type BSTR

Product Availability

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

See Also

IJSONReader Interface