Module.ActivityCount プロパティ

定義

モジュールのアクティビティ数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.activityCount")]
public int? ActivityCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.activityCount")>]
member this.ActivityCount : Nullable<int> with get, set
Public Property ActivityCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象