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


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

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(
  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

IRESTResource Interface