DeleteKbContentsDTO.Sources Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to