Share via


_AppointmentItem.IsRecurring プロパティ

定義

予定が定期的な予定の場合は Trueブール値 (C#ではブール値) を返します。 読み取り専用です。

public:
 property bool IsRecurring { bool get(); };
public bool IsRecurring { get; }
Public ReadOnly Property IsRecurring As Boolean

プロパティ値

注釈

メソッドを GetRecurrencePattern() オブジェクトと共に使用する AppointmentItem 場合、このプロパティは True に設定 されます

適用対象