Compartilhar via


AppointmentRecurrence.Occurrences Propriedade

Definição

Obtém ou define o número de vezes que um compromisso ocorre novamente. As ocorrências são do tipo IReference(UInt32) e são NULL por padrão. As ocorrências são mutuamente exclusivas com 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)

Valor da propriedade

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

O número de vezes que um compromisso ocorre novamente.

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a