RuleOperationErrorCollection Classe
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.
Représente une collection d’erreurs d’opération de règle.
public ref class RuleOperationErrorCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexPropertyCollection<Microsoft::Exchange::WebServices::Data::RuleOperationError ^>
public sealed class RuleOperationErrorCollection : Microsoft.Exchange.WebServices.Data.ComplexPropertyCollection<Microsoft.Exchange.WebServices.Data.RuleOperationError>
Public NotInheritable Class RuleOperationErrorCollection
Inherits ComplexPropertyCollection(Of RuleOperationError)
- Héritage
Remarques
Un RuleOperationErrorCollection objet contient une collection d’objets RuleOperationError . Chaque erreur concerne une opération de règle ayant échoué individuellement.
Propriétés
Count |
Obtient le nombre total de propriétés dans la collection. (Hérité de ComplexPropertyCollection<TComplexProperty>) |
Item[Int32] |
Obtient la propriété à l’index spécifié. (Hérité de ComplexPropertyCollection<TComplexProperty>) |
Méthodes
Contains(TComplexProperty) |
Détermine si une propriété spécifique se trouve dans la collection. (Hérité de ComplexPropertyCollection<TComplexProperty>) |
GetEnumerator() |
Obtient un énumérateur qui itère au sein des éléments de la collection. (Hérité de ComplexPropertyCollection<TComplexProperty>) |
IndexOf(TComplexProperty) |
Recherche une propriété spécifique et retourne son index de base zéro dans la collection. (Hérité de ComplexPropertyCollection<TComplexProperty>) |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Obtient un énumérateur qui itère au sein des éléments de la collection. La IEnumerable.GetEnumerator() méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à partir de Exchange Server 2013. (Hérité de ComplexPropertyCollection<TComplexProperty>) |