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


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

IRESTResource.IsDefaultCollection Property

Specifies 'default' collection resource that can be accessed without explicitly using its name in the URL.

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