Share via


ContainsExpressionType.Item Property

The Item property represents the field that is searched for the string in the Constant property.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute("FieldURI", GetType(PathToUnindexedFieldType))> _
<XmlElementAttribute("IndexedFieldURI", GetType(PathToIndexedFieldType))> _
<XmlElementAttribute("ExtendedFieldURI", GetType(PathToExtendedFieldType))> _
Public Property Item As BasePathToElementType
[XmlElementAttribute("FieldURI", typeof(PathToUnindexedFieldType))] 
[XmlElementAttribute("IndexedFieldURI", typeof(PathToIndexedFieldType))] 
[XmlElementAttribute("ExtendedFieldURI", typeof(PathToExtendedFieldType))] 
public BasePathToElementType Item { get; set; }
[XmlElementAttribute(L"FieldURI", typeof(PathToUnindexedFieldType))] 
[XmlElementAttribute(L"IndexedFieldURI", typeof(PathToIndexedFieldType))] 
[XmlElementAttribute(L"ExtendedFieldURI", typeof(PathToExtendedFieldType))] 
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 can represent 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)