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


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

IRESTResource.IsCollection Property

Specifies collection resource.

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