AppointmentRecurrence.Occurrences 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定約會遞迴的次數。 出現次數的類型為 IReference (UInt32) ,預設為 Null 。 發生次數與 Until互斥。
public:
property IReference<unsigned int> ^ Occurrences { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Occurrences();
void Occurrences(IReference<uint32_t> value);
public System.Nullable<uint> Occurrences { get; set; }
var iReference = appointmentRecurrence.occurrences;
appointmentRecurrence.occurrences = iReference;
Public Property Occurrences As Nullable(Of UInteger)
屬性值
約會遞迴的次數。
Windows 需求
應用程式功能 |
appointmentsSystem
|