185186187188189190191192
public long getRight() throws WindowDeletedException { try { return this.iTunesCom.getPropertyAsLong("Right"); } catch (ITUNES_E_OBJECTDELETED e) { throw new WindowDeletedException(this); } }