Share via


CreativeWork.About Property

Definition

Gets for internal use only.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to