View property

ViewBase? View
Gets or sets the view controlling the number of items or folders returned.

Implementation

ViewBase? get View => this.view;
void View=(ViewBase? value)

Implementation

set View(ViewBase? value) => this.view = value;