DeleteKbContentsDTO.Ids Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="ids")]
public System.Collections.Generic.IList<int?> Ids { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ids")>]
member this.Ids : System.Collections.Generic.IList<Nullable<int>> with get, set
Public Property Ids As IList(Of Nullable(Of Integer))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to