次の方法で共有


DscpConfiguration.Markings プロパティ

定義

構成で使用するマーキングの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.markings")]
public System.Collections.Generic.IList<int?> Markings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.markings")>]
member this.Markings : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property Markings As IList(Of Nullable(Of Integer))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象