Share via


HealthInformation.Property Property

 

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

Gets the property of the health report.

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

Syntax

public string Property { get; internal set; }

Property Value

Type: System.String

A String representing the property of the health report. Together with the SourceId, it uniquely identifies the health information.

Remarks

The property is a String and not a fixed enumeration to allow the reporter to categorize the health event for a specific property of the entity. For example, reporter A can report the health of the Node01 "storage" property and reporter B can report the health of the Node01 "connectivity" property. In the health store, these reports are treated as separate health events for the Node01 entity.

See Also

HealthInformation Class
System.Fabric.Health Namespace

Return to top