CreativeWork.Provider Property

Definition

Gets the source of the creative work.

[Newtonsoft.Json.JsonProperty(PropertyName="provider")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Thing> Provider { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="provider")>]
member this.Provider : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.Thing>
Public ReadOnly Property Provider As IList(Of Thing)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to