ArcObjects Library Reference (System)  

IRESTResource.SupportsETag Property

This flag is only for a root level resource. If this flag is true, IRRH implementation supports ETag.

[Visual Basic .NET]
Public Property SupportsETag As Boolean
[C#]
public bool SupportsETag {get; set;}
[C++]
HRESULT get_SupportsETag(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_SupportsETag(
  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

IRESTResource Interface