GroupByType.Item Property
The Item property gets or sets a field that specifies the property that a FindItem query uses to group results.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlElementAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType))> _
<XmlElementAttribute("FieldURI", GetType(PathToUnindexedFieldType))> _
<XmlElementAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType))> _
Public Property Item As BasePathToElementType
[XmlElementAttribute("ExtendedFieldURI", typeof(PathToExtendedFieldType))]
[XmlElementAttribute("FieldURI", typeof(PathToUnindexedFieldType))]
[XmlElementAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType))]
public BasePathToElementType Item { get; set; }
[XmlElementAttribute(L"ExtendedFieldURI", typeof(PathToExtendedFieldType))]
[XmlElementAttribute(L"FieldURI", typeof(PathToUnindexedFieldType))]
[XmlElementAttribute(L"IndexedFieldURI", typeof(PathToIndexedFieldType))]
public:
property BasePathToElementType^ Item {
BasePathToElementType^ get ();
void set (BasePathToElementType^ value);
}
/** @property */
public BasePathToElementType get_Item ()
/** @property */
public void set_Item (BasePathToElementType value)
public function get Item () : BasePathToElementType
public function set Item (value : BasePathToElementType)
Property Value
The Item property returns a BasePathToElementType object that represents either a PathToUnindexedFieldType, PathToIndexedFieldType, or PathToExtendedFieldType object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also