size property
Get the number of stores in the list.
Returns
- The number of stores
Throws
- An exception if it fails.
Implementation
int get size {
final OperationResult resultString = objectMethod(
_pointerId,
'LandmarkStoreCollection',
'size',
);
return resultString['result'];
}