AppointmentRecurrence.Occurrences Propriedade
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
O número de vezes que um compromisso ocorre novamente.
Funcionalidades do aplicativo |
appointmentsSystem
|