RestrictionType.Item Property

Definition

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

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

Property Value

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

Remarks

The Item property can be set with any of the following types:

Applies to