Property Services
Services
Gets the collection of active local services. These services can be in a starting, stopping, or running state.
Declaration
public IReadOnlyList<LocalService> Services { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<LocalService> | A read only collection of LocalService objects. |
Remarks
The collection may contain any of the following types of LocalService: LocalMapService; LocalFeatureService; LocalGeoprocessingService.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |
.NET Framework | 100.0 - 200.5 |