ViewBase.PropertySet 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 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.