ResourceCollection.Title Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the atom:title element under the app:collection element.
public:
property ISyndicationText ^ Title { ISyndicationText ^ get(); };
ISyndicationText Title();
public ISyndicationText Title { get; }
var iSyndicationText = resourceCollection.title;
Public ReadOnly Property Title As ISyndicationText
Property Value
The collection of title elements.