Recurrence.AvailableProperties property
The AvailableProperties property gets or sets a RecurrenceProperties enumeration value that indicates the set of properties that are valid for this Recurrence object.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property AvailableProperties As RecurrenceProperties
Get
Set
'Usage
Dim instance As Recurrence
Dim value As RecurrenceProperties
value = instance.AvailableProperties
instance.AvailableProperties = value
public RecurrenceProperties AvailableProperties { get; set; }
Property value
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.RecurrenceProperties
Remarks
Setting a property on a Recurrence object changes the AvailableProperties property to allow that type of property.