Compartir a través de


WorkItemCreateConfiguration.WorkItemProperties Propiedad

Definición

Obtiene o establece propiedades de elementos de trabajo personalizados.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a