Aspose.Slides.Slide.Name always empty

I'm playing with different types of presentations but Name property of the slide is always empty. To achieve the desired functionality I need slide title. Is it possible to get it using Aspose.Slides?

Best regards,
Victor Vishnyakov

Name of slide (Slide.Name property) can be changed in MS PowerPoint with VBA script only or with Aspose.Slides.
If Slide.Name property is empty then name of slide is equal to text of first TextHolder (usually title of a slide).