次の方法で共有


RoutingPreference.RoutingChoice プロパティ

定義

ユーザーが選択したネットワーク ルーティングの種類を定義するルーティングの選択肢を取得または設定します。 使用できる値は、'MicrosoftRouting'、'InternetRouting' です。

[Newtonsoft.Json.JsonProperty(PropertyName="routingChoice")]
public string RoutingChoice { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="routingChoice")>]
member this.RoutingChoice : string with get, set
Public Property RoutingChoice As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象