Module.ActivityCount Property

Definition

Gets or sets the activity count of the module.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to