menu
ews package
documentation
Core/ServiceObjects/ServiceObject.dart
ServiceObject
Load method
Load method
dark_mode
light_mode
Load
method
Future
<
void
>
Load
(
)
Loads the first class properties. Calling this method results in a call to EWS.
Implementation
Future<void> Load() { return this.InternalLoad(PropertySet.FirstClassProperties); }
ews package
documentation
Core/ServiceObjects/ServiceObject
ServiceObject
Load method
ServiceObject class