RunCorrelation.ClientKeywords Property

Definition

Gets or sets the client keywords.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to