共用方式為


FindAppointmentsOptions.MaxCount 屬性

定義

取得或設定應該包含在尋找約會查詢結果中的約會數目上限。

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

屬性值

UInt32

unsigned int

uint32_t

尋找約會查詢結果中應該包含的約會數目上限。

Windows 需求

應用程式功能
appointmentsSystem

適用於