次の方法で共有


Article.WordCount プロパティ

定義

アーティクルのテキスト内の単語数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="wordCount")]
public int? WordCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="wordCount")>]
member this.WordCount : Nullable<int>
Public ReadOnly Property WordCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象