Share via


ExtractedPage.ClusterId Property

Definition

Gets or sets cluster identifier.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to