次の方法で共有


NetworkProperties.ResourceProviderConnection プロパティ

定義

リソース プロバイダー接続の方向を取得または設定します。 使用できる値は、'Inbound'、'Outbound' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象