InternalLoad abstract method

Future<void> InternalLoad(
  1. PropertySet propertySet
)
Loads the specified set of properties on the object. The properties to load.

Implementation

Future<void> InternalLoad(PropertySet propertySet);