Compartir a través de


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; }

Remarks

Setting a property on a Recurrence object changes the AvailableProperties property to allow that type of property.