Bagikan melalui


PipelineResource.RunDimensions Property

Definition

Gets or sets dimensions emitted by Pipeline.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to