Freigeben über


RetrieveMonitoringResultsResponse.ServiceHealth Property

Definition

Gets or sets the retrieved service health status.

public:
 property Microsoft::Xrm::Sdk::Deployment::ServiceHealthStatus ServiceHealth { Microsoft::Xrm::Sdk::Deployment::ServiceHealthStatus get(); void set(Microsoft::Xrm::Sdk::Deployment::ServiceHealthStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.ServiceHealthStatus ServiceHealth { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ServiceHealth : Microsoft.Xrm.Sdk.Deployment.ServiceHealthStatus with get, set
Public Property ServiceHealth As ServiceHealthStatus

Property Value

Retrieved service health status.

Attributes

Remarks

Service health status can be one of the values as specified in ServiceHealthStatus.

Applies to