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


IRESTOperation.Parameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IRESTOperation.Parameters Property

Operation parameters, separated by comma.

[Visual Basic .NET]
Public Property Parameters As String
[C#]
public string Parameters {get; set;}
[C++]
HRESULT get_Parameters(
  BSTR* Parameters
);
[C++]
HRESULT put_Parameters(
  BSTR Parameters
);
[C++]

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

Product Availability

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

See Also

IRESTOperation Interface