ViewBase.PropertySet Property

Definition

Gets or sets the property set. This property determines which properties will be loaded on found items. If this property is a null reference (Nothing in Visual Basic), all first-class properties are loaded on found items.

public:
 property Microsoft::Exchange::WebServices::Data::PropertySet ^ PropertySet { Microsoft::Exchange::WebServices::Data::PropertySet ^ get(); void set(Microsoft::Exchange::WebServices::Data::PropertySet ^ value); };
public Microsoft.Exchange.WebServices.Data.PropertySet PropertySet { get; set; }
Public Property PropertySet As PropertySet

Property Value

The set of properties that will be loaded on items that are returned by the search.

Remarks

The PropertySet property determines the item properties that will be returned with the items found by the search. If PropertySet is a null reference (Nothing in Visual Basic), all first-class properties are returned with the found items.

Applies to