TrainingParameters.SelectedTags Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to