ArcObjects Library Reference (System)  

IRESTRequestHandler.GetSchema Method

Obtains REST request schema.

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

Parameters

schema [out, retval]   schema is a parameter of type BSTR

Product Availability

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

See Also

IRESTRequestHandler Interface