landmarkStoreId property
Returns the id of the associated LandmarkStore.
Returns
- int: The
LandmarkStore.idthat this session targets.
See also:
- LandmarkStore — the store associated with this session.
- LandmarkStoreService.getLandmarkStoreById — retrieve the LandmarkStore by its id.
Implementation
int get landmarkStoreId {
final OperationResult resultString = objectMethod(
pointerId,
'LandmarkBrowseSession',
'getLandmarkStoreId',
);
return resultString['result'];
}