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
|