Configuration.Id プロパティ

定義

構成の一意識別子。

[Newtonsoft.Json.JsonProperty(PropertyName="id", Required=Newtonsoft.Json.Required.Always)]
public string Id { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="id", Required=Newtonsoft.Json.Required.Always)>]
member this.Id : string
Public ReadOnly Property Id As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象