次の方法で共有


LoggerUpdateContract.Credentials プロパティ

定義

ロガーの資格情報を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.credentials")]
public System.Collections.Generic.IDictionary<string,string> Credentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.credentials")>]
member this.Credentials : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Credentials As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象