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


IJSONReader.ReadPropertyName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJSONReader.ReadPropertyName Method

Obtains property name. Advances to the next token.

[Visual Basic .NET]
Public Function ReadPropertyName ( _
) As String
[C#]
public string ReadPropertyName (
);
[C++]
HRESULT ReadPropertyName(
  BSTR* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type BSTR

Product Availability

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

See Also

IJSONReader Interface