Show / Hide Table of Contents

    Interface IPage<T>

    Page1<T>
    Page<T>
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.Azure.dll
    Syntax
    public interface IPage<T> : System.Collections.Generic.IEnumerable<T>
    Type Parameters
    T

    Properties

    NextPageLink

    Declaration
    public string NextPageLink { get; }
    Property Value
    String

    Back to top Azure SDK for Net