Edit

Share via


RuleOperationError.Item[Int32] Property

Definition

Gets the rule error at the specified index.

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

Parameters

index
Int32

The zero-based index of the rule error to get.

Property Value

The rule error at the specified index in the collection.

Remarks

The Item[Int32] property enables you to retrieve a specific RuleOperationError object in the collection. If you want to enumerate the collection, you can use the GetEnumerator() property in the standard way.

Applies to