FindAppointmentsOptions.MaxCount 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 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
The maximum number of appointments that should be included in the find appointments query result.
Windows requirements
App capabilities |
appointmentsSystem
|