SyndicationFeed.Rights 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 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.