|
| ESRI.ArcGIS.ADF.Web.DataSources | |
| Functionalities Property | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISResource Interface : Functionalities Property |
| Visual Basic (Declaration) | |
|---|---|
Property Functionalities As GISFunctionalityCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
GISFunctionalityCollection Functionalities {get; set;} | |
Return Value
A GISFunctionalityCollection consisting of objects that implement IGISFunctionality
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.