Compartir a través de


RestrictionType.Item Property

The Item property gets or sets a search expression that represents a restriction.

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

Syntax

'Declaration
Public Property Item As SearchExpressionType
    Get
    Set
'Usage
Dim instance As RestrictionType
Dim value As SearchExpressionType

value = instance.Item

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

Property Value

Type: ExchangeWebServices.SearchExpressionType
The Item property returns a search expression object that is derived from the SearchExpressionType base class.