ArcObjects Library Reference (GISClient)  

IWMSLayerDescription.IsCascaded Property

Indicates the number of times the layer has been reserved.

[Visual Basic .NET]
Public ReadOnly Property IsCascaded As Integer
[C#]
public int IsCascaded {get;}
[C++]
HRESULT get_IsCascaded(
  long* IsCascaded
);
[C++]

Parameters

IsCascaded [out, retval]   IsCascaded is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMSLayerDescription Interface