ArcObjects Library Reference (System)  

IJSONSerializer.Writer Property

Obtains JSON Writer.

[Visual Basic .NET]
Public ReadOnly Property Writer As IJSONWriter
[C#]
public IJSONWriter Writer {get;}
[C++]
HRESULT get_Writer(
  IJSONWriter** ppWriter
);
[C++]

Parameters

ppWriter [out, retval]

  ppWriter is a parameter of type IJSONWriter

Product Availability

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

See Also

IJSONSerializer Interface