This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTResource Interface > IRESTResource.IsStatic Property (ArcObjects .NET 10.5 SDK) |
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