WorkItemConfiguration.ConfigProperties Property

Definition

Gets or sets serialized JSON object for detailed properties

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to