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


IJSONSerializer.Writer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONSerializer Interface > IJSONSerializer.Writer Property
ArcGIS Developer Help

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