Compartir a través de


SyndicationFeed.Rights Propiedad

Definición

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.

Se aplica a