Class Service
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Represents a service.
public class Service
- Inheritance
-
Service
- Extension Methods
Properties
- DmaId
Gets the DataMiner Agent ID of this service.
- Name
Gets the name of this service.
- ServiceId
Gets the ID of this service.
Methods
- GetPropertyValue(string)
Gets the value of the specified service property.
- HasProperty(string)
Determines whether this service has a property with the specified property name.
- SetPropertyValue(string, string)
Sets the value of the specified service property.