ESRI.ArcGIS.ADF.Web.DataSources
Functionalities Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISResource Interface : Functionalities Property




The collection of GIS functionalities created by a GIS resource.

Syntax

Visual Basic (Declaration) 
Property Functionalities As GISFunctionalityCollection
Visual Basic (Usage)Copy Code
Dim instance As IGISResource
Dim value As GISFunctionalityCollection
 
instance.Functionalities = value
 
value = instance.Functionalities
C# 
GISFunctionalityCollection Functionalities {get; set;}

Return Value

A GISFunctionalityCollection consisting of objects that implement IGISFunctionality

Remarks

Since a GIS functionality is created by a GIS resource, the resource will maintain a reference to each functionality it creates. This property can be used to determine if a functionality is available to be utilized. For example, if a query functionality has already been created, it may be re-used.

See Also

© 2010 All Rights Reserved.