HealthInformation.Description Property

Definition

Gets or sets the description of the health information. It represents free text used to add human readable information about the monitored condition.

public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

Property Value

A String which describes the health information in human readable form.

Remarks

The maximum string length for the description is 4096 characters. If the provided string is longer, it will be automatically truncated. When truncated, the last characters of the description contain a marker "[Truncated]", and total string size is 4096 characters. The presence of the marker indicates to users that truncation occurred. Note that when truncated, the description has less than 4096 characters from the original string.

Applies to