SyndicationFeed.Rights Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece información sobre los derechos de la fuente. Esta propiedad representa el elemento atom:rights o el elemento copyright en 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 de propiedad
El elemento atom:rights o el elemento copyright en RSS 2.0.