UserDataTaskRecurrenceProperties.Occurrences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of times a task recurs. Occurrences is of type IReference(UInt32) and is NULL by default. Occurrences is mutually exclusive with Until.
public:
property IReference<int> ^ Occurrences { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> Occurrences();
void Occurrences(IReference<int> value);
public System.Nullable<int> Occurrences { get; set; }
var iReference = userDataTaskRecurrenceProperties.occurrences;
userDataTaskRecurrenceProperties.occurrences = iReference;
Public Property Occurrences As Nullable(Of Integer)
Property Value
The number of times a task recurs.