RuleOperationError.Item[Int32] 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 l’erreur de règle à l’index spécifié.
public:
property Microsoft::Exchange::WebServices::Data::RuleError ^ default[int] { Microsoft::Exchange::WebServices::Data::RuleError ^ get(int index); };
public Microsoft.Exchange.WebServices.Data.RuleError this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As RuleError
Paramètres
- index
- Int32
Index de base zéro de l’erreur de règle à obtenir.
Valeur de propriété
Erreur de règle à l’index spécifié dans la collection.
Remarques
La Item[Int32] propriété vous permet de récupérer un objet spécifique RuleOperationError dans la collection. Si vous souhaitez énumérer la collection, vous pouvez utiliser la GetEnumerator() propriété de manière standard.