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


IRESTOperation.PostOnly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTOperation Interface > IRESTOperation.PostOnly Property
ArcGIS Developer Help

IRESTOperation.PostOnly Property

Denotes POST-only operations.

[Visual Basic .NET]
Public Property PostOnly As Boolean
[C#]
public bool PostOnly {get; set;}
[C++]
HRESULT get_PostOnly(
  Boolean* Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type bool*

Product Availability

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

See Also

IRESTOperation Interface