FindItemType.Restriction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Restriction property gets or sets the search parameters that define an item query. This property is optional. This is a read/write property.
public:
property ExchangeWebServices::RestrictionType ^ Restriction { ExchangeWebServices::RestrictionType ^ get(); void set(ExchangeWebServices::RestrictionType ^ value); };
public ExchangeWebServices.RestrictionType Restriction { get; set; }
Public Property Restriction As RestrictionType
Property Value
The Restriction property returns a RestrictionType object that contains the search parameters that define the query.
Remarks
The Restriction property contains all the comparison arguments that the query filter includes. It can contain the following search expressions:
- And
- Contains
- Excludes
- Exists
- IsEqualTo
- IsGreaterThan
- IsGreaterThanOrEqualTo
- IsLessThan
- IsLessThanOrEqualTo
- IsNotEqualTo
- Not
- Or
This property is optional.
Note: You cannot specify restrictions when doing CalendarView paging. Additionally, some properties cannot be used to form the restriction definitions.