RetrieveMonitoringResultsResponse.ServiceHealth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.