次の方法で共有


HttpConnectivitySettings.EnabledCredential プロパティ

定義

HTTP ベースの承認が有効かどうかを取得または設定します。 使用可能な値は次のとおりです: 'true'、'false'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象