CitationEntity.AppearanceDocument.Keywords Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("keywords")]
[System.Text.Json.Serialization.JsonPropertyOrder(7)]
public System.Collections.Generic.List<string>? Keywords { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("keywords")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(7)>]
member this.Keywords : System.Collections.Generic.List<string> with get, set
Public Property Keywords As List(Of String)

Property Value

Attributes

Applies to