Compartir a través de


GroupByType.Item Propiedad

Definición

La Item propiedad obtiene o establece un campo que especifica la propiedad que usa una consulta FindItem para agrupar los resultados.

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

Valor de propiedad

La Item propiedad devuelve un BasePathToElementType objeto que representa un PathToUnindexedFieldTypeobjeto , PathToIndexedFieldTypeo PathToExtendedFieldType .

Comentarios

Consulte el FindItemType tema para obtener un ejemplo de una consulta agrupada.

Se aplica a