CalendarView.MaxItemsReturned Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of items that the search operation returns.
public:
property Nullable<int> MaxItemsReturned { Nullable<int> get(); void set(Nullable<int> value); };
public Nullable<int> MaxItemsReturned { get; set; }
Public Property MaxItemsReturned As Nullable(Of Integer)
Property Value
A nullable object. Tthe maximum number of items.