SearchFilter.SearchFilterCollection.Item[Int32] 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.
Gets or sets the search filter at the specified index.
public:
property Microsoft::Exchange::WebServices::Data::SearchFilter ^ default[int] { Microsoft::Exchange::WebServices::Data::SearchFilter ^ get(int index); void set(int index, Microsoft::Exchange::WebServices::Data::SearchFilter ^ value); };
public Microsoft.Exchange.WebServices.Data.SearchFilter this[int index] { get; set; }
Default Public Property Item(index As Integer) As SearchFilter
Parameters
- index
- Int32
The zero-based index of the search filter to get or set.
Property Value
The search filter at the specified index.