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(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_IsStatic(
  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