SyncMember.UsePrivateLinkConnection Property

Definition

Gets or sets whether to use private link connection.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.usePrivateLinkConnection")]
public bool? UsePrivateLinkConnection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.usePrivateLinkConnection")>]
member this.UsePrivateLinkConnection : Nullable<bool> with get, set
Public Property UsePrivateLinkConnection As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to