origin property
The origin of the data source
Returns
- The origin of the data source
Throws
- An exception if it fails
Implementation
Origin get origin {
final OperationResult resultString = objectMethod(
_pointerId,
'DataSourceContainer',
'getOrigin',
);
return OriginExtension.fromId(resultString['result']);
}