Share via


ReplicationAgentDetails.Health Property

Definition

Gets the health of the replication agent. Possible values include: 'None', 'Normal', 'Warning', 'Critical'

[Newtonsoft.Json.JsonProperty(PropertyName="health")]
public string Health { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="health")>]
member this.Health : string
Public ReadOnly Property Health As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to