ServiceHealthModel.ProcessInformationModel.ProcessStartDate Property

Definition

Gets the start date of the service process.

public:
 property DateTimeOffset ProcessStartDate { DateTimeOffset get(); };
[System.Runtime.Serialization.DataMember]
public DateTimeOffset ProcessStartDate { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ProcessStartDate : DateTimeOffset
Public ReadOnly Property ProcessStartDate As DateTimeOffset

Property Value

The service process start date.

Attributes

Applies to