TestimoX

API Reference

Class

DirectoryScenarioPagingOptions

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Defines offset/limit paging for typed directory scenario outputs.

Inheritance

  • Object
  • DirectoryScenarioPagingOptions

Constructors

public DirectoryScenarioPagingOptions() #

Properties

public Int32 Skip { get; set; } #

Gets the number of records to skip from the ordered source.

public Nullable<Int32> First { get; set; } #

Gets the maximum number of records to return after Skip is applied. A null value means no limit; a value of 0 returns no records.