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


IRESTOperation.PostOnly Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IRESTOperation.PostOnly Property

Denotes POST-only operations.

[Visual Basic .NET]
Public Property PostOnly As Boolean
[C#]
public bool PostOnly {get; set;}
[C++]
HRESULT put_PostOnly(
  VARIANT_BOOL Value
);
[C++]

Parameters Value [in]
Value is a parameter of type bool

Product Availability

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

See Also

IRESTOperation Interface