Click or drag to resize
ServiceInformation Class
Contains information about a service.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractServiceInformation

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class ServiceInformation

The ServiceInformation type exposes the following members.

Constructors
  NameDescription
Public methodServiceInformation
Top
Fields
  NameDescription
Public fieldDisplayName
This value is the service display name.
Public fieldName
This value is the service name.
Public fieldSelected
This value is true if the service is selected for service monitoring; otherwise, it is false.
Top
See Also