GroupByType.Item 属性

定义

属性 Item 获取或设置一个字段,该字段指定 FindItem 查询用于对结果进行分组的属性。

public:
 property ExchangeWebServices::BasePathToElementType ^ Item { ExchangeWebServices::BasePathToElementType ^ get(); void set(ExchangeWebServices::BasePathToElementType ^ value); };
public ExchangeWebServices.BasePathToElementType Item { get; set; }
Public Property Item As BasePathToElementType

属性值

属性 Item 返回一个 BasePathToElementType 对象,该对象表示 PathToUnindexedFieldTypePathToIndexedFieldTypePathToExtendedFieldType 对象。

注解

FindItemType有关分组查询的示例,请参阅主题。

适用于