SyndicationFeed.Rights Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.