次の方法で共有


CreativeWork.About プロパティ

定義

内部使用のみを取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象