Returns the unique id of this browse session.
int get id { final OperationResult resultString = objectMethod( pointerId, 'LandmarkBrowseSession', 'getId', ); return resultString['result']; }