RetrieveMonitoringResultsResponse.ServiceHealth Property
Applies To: Dynamics CRM 2015
Gets or sets the retrieved service health status.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public ServiceHealthStatus ServiceHealth { get; set; }
public:
[DataMemberAttribute]
property ServiceHealthStatus ServiceHealth {
ServiceHealthStatus get();
void set(ServiceHealthStatus value);
}
[<DataMemberAttribute>]
member ServiceHealth : ServiceHealthStatus with get, set
<DataMemberAttribute>
Public Property ServiceHealth As ServiceHealthStatus
Property Value
Type: Microsoft.Xrm.Sdk.Deployment.ServiceHealthStatus
Type ServiceHealthStatus
Retrieved service health status.
Remarks
Service health status can be one of the values as specified in ServiceHealthStatus.
See Also
RetrieveMonitoringResultsResponse Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright