ArcObjects Library Reference (GISClient)  

ISDSServerObjectConfiguration.GetJSONObject Method

The JSON associated with this configuration.

[Visual Basic .NET]
Public Function GetJSONObject ( _
) As IJSONObject
[C#]
public IJSONObject GetJSONObject (
);
[C++]
HRESULT GetJSONObject(
  IJSONObject** ppJObject
);
[C++]

Parameters

ppJObject [out, retval]

  ppJObject is a parameter of type IJSONObject

Product Availability

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

See Also

ISDSServerObjectConfiguration Interface