次の方法で共有


SmartGroup.NextLink プロパティ

定義

アラートの次のページをフェッチする URI を取得または設定します。 この URI で ListNext() を呼び出して、次のページのアラートをフェッチします。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象