InternalLoad method
Implementation
@override
Future<void> InternalLoad(PropertySet propertySet) {
this.ThrowIfThisIsNew();
this.ThrowIfThisIsAttachment();
return this.Service.InternalLoadPropertiesForItems(
[this], propertySet, ServiceErrorHandling.ThrowOnError);
}