Property IncludedElements
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
IncludedElements
Gets the included elements and services in an editable form. Each item is either an ElementParamConfiguration (an included element) or a ServiceParamConfiguration (an included service). The returned objects can be modified and the changes will be applied when Update() is called on the service.
IReadOnlyList<ParamConfiguration> IncludedElements { get; }