PropertySet property

PropertySet? PropertySet
Gets or sets the property set. PropertySet determines which properties will be loaded on found items. If PropertySet is null, all first class properties are loaded on found items.

Implementation

core.PropertySet? get PropertySet => this.propertySet;
void PropertySet=(PropertySet? value)

Implementation

set PropertySet(core.PropertySet? value) => this.propertySet = value;