FindAppointmentsOptions.MaxCount Property

Definition

Gets or sets the maximum number of appointments that should be included in the find appointments query result.

public:
 property unsigned int MaxCount { unsigned int get(); void set(unsigned int value); };
uint32_t MaxCount();

void MaxCount(uint32_t value);
public uint MaxCount { get; set; }
var uInt32 = findAppointmentsOptions.maxCount;
findAppointmentsOptions.maxCount = uInt32;
Public Property MaxCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum number of appointments that should be included in the find appointments query result.

Windows requirements

App capabilities
appointmentsSystem

Applies to