Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets or sets the description of the health information. It represents free text used to add human readable information about the report.
Namespace: System.Fabric.Health
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public string Description { get; set; }
Property Value
Type: System.String
A String which describes the health information in human readable form.
Remarks
The maximum string length for the description is 4096 characters.
See Also
HealthInformation Class
System.Fabric.Health Namespace
Return to top