Share via


StatelessServiceProperties.InstanceCount Property

Definition

Gets or sets the instance count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to