Aracılığıyla paylaş


QosDefinition.Markings Property

Definition

Gets or sets list of markings to be used in the configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to