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


IRESTOperation.PostOnly Property (ArcObjects .NET 10.4 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 get_PostOnly(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_PostOnly(
  VARIANT_BOOL Value
);
[C++]

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

Product Availability

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

See Also

IRESTOperation Interface