HealthInformation.SourceId Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets the source Identifier which identifies the watchdog/system component which generated the health information.
Namespace: System.Fabric.Health
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public string SourceId { get; internal set; }
Property Value
Type: System.String
A String representing the source of the health report.
See Also
HealthInformation Class
System.Fabric.Health Namespace
Return to top