UserDataTaskRegenerationProperties.Occurrences Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nombre de répétitions d’une tâche. Les occurrences sont de type IReference(UInt32) et ont la valeur NULL par défaut. Les occurrences s’excluent mutuellement avec 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 = userDataTaskRegenerationProperties.occurrences;
userDataTaskRegenerationProperties.occurrences = iReference;
Public Property Occurrences As Nullable(Of Integer)
Valeur de propriété
Nombre de fois qu’une tâche se répète.