id property
Returns the unique identifier for this landmark store.
Returns
- int: The store id.
Implementation
int get id {
final OperationResult resultString = objectMethod(
pointerId,
'LandmarkStore',
'getId',
);
return resultString['result'];
}