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


IRESTResource.IsStatic 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.IsStatic Property
ArcGIS Developer Help

IRESTResource.IsStatic Property

This flag marks resources that do not change over time.

[Visual Basic .NET]
Public Property IsStatic As Boolean
[C#]
public bool IsStatic {get; set;}
[C++]
HRESULT put_IsStatic(
  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

IRESTResource Interface