ReplicationLink.IsTerminationAllowed Property

Definition

Gets whether the user is currently allowed to terminate the link.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isTerminationAllowed")]
public bool? IsTerminationAllowed { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isTerminationAllowed")>]
member this.IsTerminationAllowed : Nullable<bool>
Public ReadOnly Property IsTerminationAllowed As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to