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


IRESTResource.IsStatic Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

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