Поделиться через


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
Public Property Item As BasePathToElementType
    Get
    Set
'Usage
Dim instance As ContainsExpressionType
Dim value As BasePathToElementType

value = instance.Item

instance.Item = value
public BasePathToElementType Item { get; set; }

Property Value

Type: ExchangeWebServices.BasePathToElementType
The Item property returns a BasePathToElementType object that can represent a PathToUnindexedFieldType, PathToIndexedFieldType, or PathToExtendedFieldType object.