Partager via


RuleOperationError.Item[Int32] Propriété

Définition

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.

S’applique à