SyndicationFeed.Rights Propriedade

Definição

Obtém ou define informações sobre os direitos do feed. Essa propriedade representa o elemento atom:rights ou o elemento copyright no 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

Valor da propriedade

O elemento atom:rights ou o elemento copyright no RSS 2.0.

Aplica-se a