446447448449450451452453454455
// Properties // TestTODO public IITSourceCollection getSources() { try { return new ITSourceCollectionImpl(this.iTunesCom.getPropertyAsDispatchObject("Sources")); } catch (DispatchObjectNullException e) { return null; // No Sources } }