PartnerInfo.ReplicationRole Property

Definition

Gets replication role of the partner server. Possible values include: 'Primary', 'Secondary'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to