共用方式為


SmartGroup.NextLink Property

Definition

Gets or sets the URI to fetch the next page of alerts. Call ListNext() with this URI to fetch the next page alerts.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nextLink")]
public string NextLink { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nextLink")>]
member this.NextLink : string with get, set
Public Property NextLink As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to