次の方法で共有


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

適用対象