menu
ews package
documentation
Core/ServiceObjects/ServiceObject.dart
ServiceObject
LoadWithPropertySet method
LoadWithPropertySet method
dark_mode
light_mode
LoadWithPropertySet
method
Future
<
void
>
LoadWithPropertySet
(
PropertySet
propertySet
)
Loads the specified set of properties. Calling this method results in a call to EWS.
The properties to load.
Implementation
Future<void> LoadWithPropertySet(PropertySet propertySet) { return this.InternalLoad(propertySet); }
ews package
documentation
Core/ServiceObjects/ServiceObject
ServiceObject
LoadWithPropertySet method
ServiceObject class