Bagikan melalui


PipelineRun.RunDimensions Property

Definition

Gets run dimensions emitted by Pipeline run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to