次の方法で共有


ServerConnectionPolicy.ConnectionType プロパティ

定義

サーバー接続の種類を取得または設定します。 使用可能な値は次のとおりです: 'Default'、'Redirect'、'Proxy'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象