Share via


SyndicationItem.Content Propiedad

Definición

Obtiene o establece el contenido del elemento.

public:
 property SyndicationContent ^ Content { SyndicationContent ^ get(); void set(SyndicationContent ^ value); };
SyndicationContent Content();

void Content(SyndicationContent value);
public SyndicationContent Content { get; set; }
var syndicationContent = syndicationItem.content;
syndicationItem.content = syndicationContent;
Public Property Content As SyndicationContent

Valor de propiedad

Contenido del elemento.

Se aplica a