Share via


HealthEvaluation.Description Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets the description of the health evaluation, which represents a summary of the evaluation process.

Namespace:   System.Fabric.Health
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public string Description { get; internal set; }

Property Value

Type: System.String

A String representing the description of the health evaluation.

See Also

HealthEvaluation Class
System.Fabric.Health Namespace

Return to top