共用方式為


CreativeWork.Mentions Property

Definition

Gets for internal use only.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to