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