View property

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

Implementation

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

Implementation

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