SyndicationFeed.Rights Property

Definition

Gets or sets information about the rights for the feed. This property represents the atom:rights element or the copyright element in RSS 2.0.

public:
 property ISyndicationText ^ Rights { ISyndicationText ^ get(); void set(ISyndicationText ^ value); };
ISyndicationText Rights();

void Rights(ISyndicationText value);
public ISyndicationText Rights { get; set; }
var iSyndicationText = syndicationFeed.rights;
syndicationFeed.rights = iSyndicationText;
Public Property Rights As ISyndicationText

Property Value

The atom:rights element or the copyright element in RSS 2.0.

Applies to