CreativeWork.Genre Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="genre")]
public System.Collections.Generic.IList<string> Genre { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="genre")>]
member this.Genre : System.Collections.Generic.IList<string>
Public ReadOnly Property Genre As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to