_AppointmentItem.IsRecurring 属性

定义

返回 C#) 值为 True布尔值,如果约会是定期约会,则返回 bool (布尔值。 只读。

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

属性值

注解

GetRecurrencePattern() 方法与 对象一 AppointmentItem 起使用时,此属性设置为 True

适用于