RuleOperationErrorCollection 类

定义

表示规则操作错误的集合。

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)
继承

注解

对象 RuleOperationErrorCollection 包含对象的集合 RuleOperationError 。 每个错误针对单个失败的规则操作。

属性

Count

获取集合中属性的总数。

(继承自 ComplexPropertyCollection<TComplexProperty>)
Item[Int32]

获取指定索引处的属性。

(继承自 ComplexPropertyCollection<TComplexProperty>)

方法

Contains(TComplexProperty)

确定特定属性是否在集合中。

(继承自 ComplexPropertyCollection<TComplexProperty>)
GetEnumerator()

获取循环访问集合元素的枚举器。

(继承自 ComplexPropertyCollection<TComplexProperty>)
IndexOf(TComplexProperty)

搜索特定属性并在集合中返回其从零开始的索引。

(继承自 ComplexPropertyCollection<TComplexProperty>)

显式接口实现

IEnumerable.GetEnumerator()

获取循环访问集合元素的枚举器。 方法IEnumerable.GetEnumerator()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

(继承自 ComplexPropertyCollection<TComplexProperty>)

适用于