ResourceCollection.Title Property

Definition

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.

Applies to