SyncMember.UsePrivateLinkConnection プロパティ

定義

プライベート リンク接続を使用するかどうかを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象